[Overview][Classes][Procedures and functions][Index] |
Path to the root node in the XML file.
Source position: xmlpropstorage.pas line 57
public property TCustomXMLPropStorage.RootNodePath : string |
Provides the name path to the XML node where the property values are stored in FileName. It overrides the inherited RootSection value when provided, and determines the DOM node where property values are stored in the SaveProperties method.
If the class is used for session properties on a TFrame instance, RootNodePath must be specified with a path for the frame instance. For example: 'TApplication/Frame1'.
|
Returns the name of the RootSection. |
|
|
Saves property values to the storage mechanism for the container. |
Version 4.0 | Generated 2025-05-03 | Home |