[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'LazConfigStorage' (#lazutils)

TConfigMemStorage.Root

TConfigMemStorageNode instance with the root node for the configuration storage.

Declaration

Source position: lazconfigstorage.pas line 135

public TConfigMemStorage.Root : TConfigMemStorageNode;

Description

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.

See also

TConfigMemStorageNode

  

Implements a storage node used in a memory-based configuration storage.


Version 4.0 Generated 2025-05-03 Home