DK 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.
// Delphi type TGIS_ThreadStorage = class( TGIS_Object ) end;
// C++ Builder class PASCALIMPLEMENTATION TGIS_ThreadStorage : public TGIS_Object { };
| Name | Visibility | Description | |
|---|---|---|---|
| Create | public | Create a thread storage object. | |
| Name | Visibility | Description | |
|---|---|---|---|
| GisAliasList | public | List of aliases. | |
| ThreadId | public | Thread id. | |