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

SaveStringToStringTree

Not used in the current LCL version.

Declaration

Source position: lazconfigstorage.pas line 147

procedure SaveStringToStringTree(

  Config: TConfigStorage;

  const Path: string;

  Tree: TStringToStringTree

);

Arguments

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.

Description

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