Klasse TStoredValue

BeschreibungHierarchieFelderMethodenEigenschaften

Unit

Deklaration

type TStoredValue = class(TCollectionItem)

Beschreibung

Hierarchie

Übersicht

Methoden

Public constructor Create(ACollection: TCollection); override;
Public procedure Assign(Source: TPersistent); override;
Public procedure Clear;
Public procedure Save; virtual;
Public procedure Restore; virtual;

Eigenschaften

Public property StoredValues: TStoredValues read GetStoredValues;
Published property Name: string read FName write SetDisplayName;
Published property Value: TStoredType read FValue write FValue stored IsValueStored;
Published property KeyString: string read FKeyString write FKeyString;
Published property OnSave: TStoredValueEvent read FOnSave write FOnSave;
Published property OnRestore: TStoredValueEvent read FOnRestore write FOnRestore;

Beschreibung

Methoden

Public constructor Create(ACollection: TCollection); override;
 
Public procedure Assign(Source: TPersistent); override;
 
Public procedure Clear;
 
Public procedure Save; virtual;
 
Public procedure Restore; virtual;
 

Eigenschaften

Public property StoredValues: TStoredValues read GetStoredValues;
 
Published property Name: string read FName write SetDisplayName;
 
Published property Value: TStoredType read FValue write FValue stored IsValueStored;
 
Published property KeyString: string read FKeyString write FKeyString;
 
Published property OnSave: TStoredValueEvent read FOnSave write FOnSave;
 
Published property OnRestore: TStoredValueEvent read FOnRestore write FOnRestore;
 

Erstellt mit PasDoc 0.10.0 am 2007-03-27 23:03:03