Osztály TGlobalStorage
Egység
Deklaráció
type TGlobalStorage = class(TObject)
Megjegyzés
This item has no description.
Hierarchia
- TObject
- TGlobalStorage
Áttekintés
Metódusok
![]() |
procedure SetVariable(AName: string; AValue: Variant); |
![]() |
function GetVariable(AName: string): Variant; |
![]() |
procedure ClearVariable(AName: string); |
![]() |
procedure ClearAllVariables; |
![]() |
procedure ClearMatchingVariables(AFilter: string); |
![]() |
procedure SetObject(AName: string; AValue: TObject); |
![]() |
function GetObject(AName: string): TObject; |
![]() |
procedure ClearObject(AName: string); |
![]() |
procedure ClearAllObjects; |
![]() |
procedure LockObject(AObject: TObject); |
![]() |
procedure UnlockObject(AObject: TObject); |
![]() |
procedure SetDataset(AName: string; AValue: TDataSet); |
![]() |
function GetDataset(AName: string): TDataSet; |
![]() |
procedure ClearDataset(AName: string); |
![]() |
procedure ClearAllDatasets; |
![]() |
procedure LockDataset(AObject: TDataSet); |
![]() |
procedure UnlockDataset(AObject: TDataSet); |
![]() |
procedure GlobalLock; |
![]() |
procedure GlobalUnlock; |
Tulajdonságok
![]() |
property Variables[param1: string]: Variant; |
![]() |
property Objects[param1: string]: TObject; |
![]() |
property LockedObjects[param1: string]: TObject; |
![]() |
property Datasets[param1: string]: TDataSet; |
![]() |
property LockedDatasets[param1: string]: TDataSet; |
Megjegyzés
Metódusok
![]() |
procedure SetVariable(AName: string; AValue: Variant); |
|
This item has no description. | |
![]() |
function GetVariable(AName: string): Variant; |
|
This item has no description. | |
![]() |
procedure ClearVariable(AName: string); |
|
This item has no description. | |
![]() |
procedure ClearAllVariables; |
|
This item has no description. | |
![]() |
procedure ClearMatchingVariables(AFilter: string); |
|
This item has no description. | |
![]() |
procedure SetObject(AName: string; AValue: TObject); |
|
This item has no description. | |
![]() |
function GetObject(AName: string): TObject; |
|
This item has no description. | |
![]() |
procedure ClearObject(AName: string); |
|
This item has no description. | |
![]() |
procedure ClearAllObjects; |
|
This item has no description. | |
![]() |
procedure LockObject(AObject: TObject); |
|
This item has no description. | |
![]() |
procedure UnlockObject(AObject: TObject); |
|
This item has no description. | |
![]() |
procedure SetDataset(AName: string; AValue: TDataSet); |
|
This item has no description. | |
![]() |
function GetDataset(AName: string): TDataSet; |
|
This item has no description. | |
![]() |
procedure ClearDataset(AName: string); |
|
This item has no description. | |
![]() |
procedure ClearAllDatasets; |
|
This item has no description. | |
![]() |
procedure LockDataset(AObject: TDataSet); |
|
This item has no description. | |
![]() |
procedure UnlockDataset(AObject: TDataSet); |
|
This item has no description. | |
![]() |
procedure GlobalLock; |
|
This item has no description. | |
![]() |
procedure GlobalUnlock; |
|
This item has no description. | |
Tulajdonságok
![]() |
property Variables[param1: string]: Variant; |
|
This item has no description. | |
![]() |
property Objects[param1: string]: TObject; |
|
This item has no description. | |
![]() |
property LockedObjects[param1: string]: TObject; |
|
This item has no description. | |
![]() |
property Datasets[param1: string]: TDataSet; |
|
This item has no description. | |
![]() |
property LockedDatasets[param1: string]: TDataSet; |
|
This item has no description. | |
Készítette PasDoc 0.16.0-snapshot.
