| [Overview][Constants][Types][Classes][Procedures and functions][Index] | 
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Implements a storage node used in a memory-based configuration storage.
Source position: lazconfigstorage.pas line 93
| type TConfigMemStorageNode = class | ||
| public | ||
| Name: string; | 
 | Name for the node. | 
| Value: string; | 
 | Value for the node. | 
| 
 | Parent node in the tree structure where the current node is stored. | |
| 
 | Child nodes with names and values stored as sub-paths of the current node. | |
| procedure ClearChilds; | 
 | Frees storage nodes allocated in Children. | 
| constructor Create(); | 
 | Constructor for the class instance. | 
| destructor Destroy; override; | 
 | Destructor for the class instance. | 
| end; | 
| 
 | Implements a storage node used in a memory-based configuration storage. | |
| | | ||
| TObject | 
| 
 | Parent node in the tree structure where the current node is stored. | |
| 
 | Child nodes with names and values stored as sub-paths of the current node. | |
| 
 | TConfigMemStorageNode instance with the root node for the configuration storage. | |
| 
 | Compares the names for the specified memory-based storage nodes to determine their relative order. | |
| 
 | Compares the specified string to the name for a the specified memory-based storage nodes to determine their relative order. | 
| Version 4.0 | Generated 2025-05-03 | Home |