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

TCustomXMLPropStorage

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

Declaration

Source position: xmlpropstorage.pas line 37

type TCustomXMLPropStorage = class(TFormPropertyStorage)

protected

  function GetXMLFileName; virtual;

  

  function RootSection; override;

  

  function FixPath(); virtual;

  

  property XMLConfig: TPropStorageXMLConfig; [r]

  

public

  procedure StorageNeeded(); override;

  

  procedure FreeStorage; override;

  

  function DoReadString(); override;

  

  procedure DoWriteString(); override;

  

  procedure DoEraseSections(); override;

  

  property FileName: String; [rw]

  

  property RootNodePath: String; [rw]

  

end;

Inheritance

TCustomXMLPropStorage

  

|

TFormPropertyStorage

  

TFormPropertyStorage - class for storage of a Form's properties

|

TControlPropertyStorage

  

|

TCustomPropertyStorage

?

TObject

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