[Overview][Classes][Procedures and functions][Index] Reference for unit 'XMLPropStorage' (#lcl)

TXMLPropStorage

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: xmlpropstorage.pas line 58

type TXMLPropStorage = class(TCustomXMLPropStorage)

published

  property StoredValues: TStoredValues;

  

  property FileName: string;

  

  property RootNodePath: string;

  

  property Active: Boolean;

  

  property OnSavingProperties: TNotifyEvent;

  property OnSaveProperties: TNotifyEvent;

  

  property OnRestoringProperties: TNotifyEvent;

  property OnRestoreProperties: TNotifyEvent;

  

end;

Inheritance

TXMLPropStorage

  

|

TCustomXMLPropStorage

  

|

TFormPropertyStorage

  

TFormPropertyStorage - class for storage of a Form's properties

|

TControlPropertyStorage

  

|

TCustomPropertyStorage

  

Provides abstract means to Save/Restore properties.

|

TComponent

?

TObject