[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Not used in the current LCL version.
Source position: lazconfigstorage.pas line 147
procedure SaveStringToStringTree( |
Config: TConfigStorage; |
const Path: string; |
Tree: TStringToStringTree |
); |
Config |
|
Configuration storage where the value(s) in Tree are stored. |
Path |
|
Path to the node in Config where the value(s) in Tree are stored. |
Tree |
|
String map enumerator with the values stored in the routine. |
SaveStringToStringTree is a routine used to save values found in the specified Tree structure to a TConfigStorage instance under the specified path.
Version 4.0 | Generated 2025-05-03 | Home |