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

TConfigMemStorage.LoadFromConfig

Loads storage nodes from the specified path in another configuration storage class instance.

Declaration

Source position: lazconfigstorage.pas line 141

public procedure TConfigMemStorage.LoadFromConfig(

  Config: TConfigStorage;

  const APath: string

);

Arguments

Config

  

Configuration storage instance with the values loaded into the current class.

APath

  

Path to the values in Config which are loaded in the method.


Version 4.0 Generated 2025-05-03 Home