Unit 'LazConfigStorage' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#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.6 Hosted on Source Forge