Beschreibung | Hierarchie | Felder | Methoden | Eigenschaften |
type TStoredValues = class(TOwnedCollection)
![]() |
constructor Create(AOwner: TPersistent); |
![]() |
function IndexOf(const AName: string): Integer; |
![]() |
procedure SaveValues; virtual; |
![]() |
procedure RestoreValues; virtual; |
![]() |
property Storage: TCustomPropertyStorage read FStorage write FStorage; |
![]() |
property Items[Index: Integer]: TStoredValue read GetItem write SetItem; |
![]() |
property Values[const Name: string]: TStoredValue read GetValue write SetValue; |
![]() |
property StoredValue[const Name: string]: TStoredType read GetStoredValue write SetStoredValue; |
![]() |
constructor Create(AOwner: TPersistent); |
![]() |
function IndexOf(const AName: string): Integer; |
![]() |
procedure SaveValues; virtual; |
![]() |
procedure RestoreValues; virtual; |
![]() |
property Storage: TCustomPropertyStorage read FStorage write FStorage; |
![]() |
property Items[Index: Integer]: TStoredValue read GetItem write SetItem; |
![]() |
property Values[const Name: string]: TStoredValue read GetValue write SetValue; |
![]() |
property StoredValue[const Name: string]: TStoredType read GetStoredValue write SetStoredValue; |