User Tools

Site Tools


api:dk11:delphi:gisclasses.tgis_threadclass

TGIS_ThreadClass class

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

A simple class with encapsulate basic critical section locking mechanism.

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 Create thread class object.

Methods

Inherited Overrides Protected
Name Visibility Description
LockThread public Locks the thread.
UnlockThread public Unlocks the thread.

2025/01/31 01:06

Page Tools