Loads names and values at the specified path in a configuration storage instance to the specified Tree.
Source position: lazconfigstorage.pas line 145
procedure LoadStringToStringTree( |
Config: TConfigStorage; |
const Path: string; |
Tree: TStringToStringTree |
); |
Config |
|
Configuration storage instance with the names and values loaded into the tree. |
Path |
|
Path with the item names and values loaded from Config. |
Tree |
|
String map where the names and values for configuration items stored in the routine. |
| Version 4.4 | Generated 2025-11-08 | Home |