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

TXMLPropStorage

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

Implements the final class for the XML Form Session Properties storage.

Declaration

Source position: xmlpropstorage.pas line 62

type TXMLPropStorage = class(TCustomXMLPropStorage) end;

published

  property StoredValues: TStoredValues;

  

  property FileName: string;

  

Name of the file where the property data is saved in XML format.

  property RootNodePath: string;

  

Name of the root object path on your XML file.

  property Active: Boolean;

  

This determines if the object is active or not.

  property OnSavingProperties: TNotifyEvent;

  

Handler called at the beginning of Save.

  property OnSaveProperties: TNotifyEvent;

  

Handler called at the end of Save.

  property OnRestoringProperties: TNotifyEvent;

  

Handler called at the beginning of Restore.

  property OnRestoreProperties: TNotifyEvent;

  

Handler called at the end of Restore.

Inheritance

TXMLPropStorage

  

Implements the final class for the XML Form Session Properties storage.

|

TCustomXMLPropStorage

  

Implements the base class for the XML Form's Session Properties Storage.

|

TFormPropertyStorage

  

TFormPropertyStorage - class for storage of a Form's properties

|

TControlPropertyStorage

  

|

TCustomPropertyStorage

  

Provides abstract means to Save/Restore properties.

|

TComponent

?

TObject

See also

TForm.SessionProperties

TINIPropStorage

  

Implements the final class for the INI Form Session Properties storage.

TJSONPropStorage

  

Implements the final class for the JSON Form Session Properties storage.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.