[Overview][Constants][Types][Classes][Procedures and functions][Index] |
TConfigMemStorageNode instance with the root node for the configuration storage.
Source position: lazconfigstorage.pas line 135
public TConfigMemStorage.Root : TConfigMemStorageNode; |
Root is a TConfigMemStorageNode member with the root node for the storage. The node is created (when needed) when a value is stored to the memory-based configuration storage, and freed when the class instance is destroyed. Nodes in the storage are accessed starting at the Root node, and navigated by accessing the child nodes recursively. The node path reflects the hierarchy of nodes accessed to reach a specific node.
|
Implements a storage node used in a memory-based configuration storage. |
Version 4.0 | Generated 2025-05-03 | Home |