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

LoadStringToStringTree

Loads names and values at the specified path in a configuration storage instance to the specified Tree.

Declaration

Source position: lazconfigstorage.pas line 145

procedure LoadStringToStringTree(

  Config: TConfigStorage;

  const Path: string;

  Tree: TStringToStringTree

);

Arguments

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.0 Generated 2025-05-03 Home