User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.tgis_threadclass

Table of Contents

TGIS_ThreadClass class

DK11 for ActiveX | TatukGIS_XDK11.TGIS_ThreadClass | Classes | Methods

A simple class with encapsulate basic critical section locking mechanism.

Available also on: Delphi | .NET | Java | Python.

Syntax

// C#
public class TGIS_ThreadClass : ITGIS_ThreadClass 
{
}
' VisualBasic
Public Class TGIS_ThreadClass
  Implements ITGIS_ThreadClass
End Class
// Oxygene
type
  TGIS_ThreadClass = public class
  end;

Implements

Methods

Inherited Overrides Protected
Name Visibility Description
AttachDelphiObj public Only for internal use of TatukGIS.
(Inherited from ITBaseObject)
DelphiObj public Only for internal use of TatukGIS.
(Inherited from ITBaseObject)
LockThread public Locks the thread.
UnlockThread public Unlocks the thread.

2022/11/16 01:07

Page Tools