User Tools

Site Tools


api:dk11:delphi:gisclasses.tgis_threadstorage

TGIS_ThreadStorage class

DK11 for Delphi | GisClasses.TGIS_ThreadStorage | Classes | Constructors | Properties

Thread storage. Use this class to store any thread related classes. Class will be free upon application terminate or upon exception at undetermined time.

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

Syntax

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

Inheritance

Constructors

Inherited Overrides Protected
Name Visibility Description
Create public Create a thread storage object.

Properties

Inherited Protected
Name Visibility Description
GisAliasList public List of aliases.
ThreadId public Thread id.

2022/11/16 01:14

Page Tools