[Overview][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Implements the base class for the XML Form's Session Properties Storage.
Source position: xmlpropstorage.pas line 38
type TCustomXMLPropStorage = class(TFormPropertyStorage) |
||
protected |
||
function GetXMLFileName; virtual; |
|
Getter for the property TCustomXMLPropStorage.FileName. |
function RootSection; override; |
|
Returns the name of the RootSection. |
function FixPath(); virtual; |
|
Turns '.' notation into '/' notation for the xpath-like implementation in XMLConf. |
property XMLConfig: TPropStorageXMLConfig; [r] |
|
Property to access the TPropStorageXMLConfig. |
public |
||
procedure StorageNeeded(); override; |
|
Ask the underlying storage object for an entry. |
procedure FreeStorage; override; |
|
Frees an entry from the underlying storage object. |
function DoReadString(); override; |
|
Implements the actual reading of a value from the underlying storage container. |
procedure DoWriteString(); override; |
|
Implements the actual writing of a value from the underlying storage container. |
procedure DoEraseSections(); override; |
|
Erases a section from the underlying storage container. |
property FileName: string; [rw] |
|
Name of the file where the property data is saved in XML format. |
property RootNodePath: string; [rw] |
|
Name of the root object path on your XML file. |
end; |
|
Implements the base class for the XML Form's Session Properties Storage. |
|
| | ||
|
TFormPropertyStorage - class for storage of a Form's properties. |
|
| | ||
|
Implements the abstract ancestor class used to get the property list for a control. |
|
| | ||
|
Defines a container used to Save and Restore property values. |
|
| | ||
TComponent |
||
? | ||
TObject |
lazarus-ccr.sourceforge.net |