Beschreibung | Hierarchie | Felder | Methoden | Eigenschaften |
type TStoredValue = class(TCollectionItem)
![]() |
constructor Create(ACollection: TCollection); override; |
![]() |
procedure Assign(Source: TPersistent); override; |
![]() |
procedure Clear; |
![]() |
procedure Save; virtual; |
![]() |
procedure Restore; virtual; |
![]() |
property StoredValues: TStoredValues read GetStoredValues; |
![]() |
property Name: string read FName write SetDisplayName; |
![]() |
property Value: TStoredType read FValue write FValue stored IsValueStored; |
![]() |
property KeyString: string read FKeyString write FKeyString; |
![]() |
property OnSave: TStoredValueEvent read FOnSave write FOnSave; |
![]() |
property OnRestore: TStoredValueEvent read FOnRestore write FOnRestore; |
![]() |
constructor Create(ACollection: TCollection); override; |
![]() |
procedure Assign(Source: TPersistent); override; |
![]() |
procedure Clear; |
![]() |
procedure Save; virtual; |
![]() |
procedure Restore; virtual; |
![]() |
property StoredValues: TStoredValues read GetStoredValues; |
![]() |
property Name: string read FName write SetDisplayName; |
![]() |
property Value: TStoredType read FValue write FValue stored IsValueStored; |
![]() |
property KeyString: string read FKeyString write FKeyString; |
![]() |
property OnSave: TStoredValueEvent read FOnSave write FOnSave; |
![]() |
property OnRestore: TStoredValueEvent read FOnRestore write FOnRestore; |