Unit 'XMLPropStorage' Package
[Overview][Classes][Procedures and functions][Index] [#lcl]

TCustomXMLPropStorage

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

Declaration

Source position: xmlpropstorage.pas line 38

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

  

Implements the abstract ancestor class used to get the property list for a control.

|

TCustomPropertyStorage

  

|

TObject



CT Web help

CodeTyphon Studio