User Tools

Site Tools


api:dk11:delphi:gisclasses.tgis_threadclass



TGIS_ThreadClass class

DK for Delphi | GisClasses.TGIS_ThreadClass | Classes | Constructors | Methods

Base class that encapsulates a critical section for thread-safe locking.

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

Syntax

// Delphi
type
  TGIS_ThreadClass = class( TGIS_ObjectDisposable )
  end;
// C++ Builder
class PASCALIMPLEMENTATION TGIS_ThreadClass : public TGIS_ObjectDisposable
{
};

Inheritance

Constructors

Inherited Overrides Protected
Name Visibility Description
Create public Creates a thread helper with its own critical section.

Methods

Inherited Overrides Protected
Name Visibility Description
LockThread public Enters the internal critical section.
UnlockThread public Leaves the internal critical section.

2026/07/11 00:20

Page Tools