Unit 'LazConfigStorage' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lazutils]

TConfigMemStorage.SaveToConfig

Save the storage nodes to the specified path in another configuration storage class instance.

Declaration

Source position: lazconfigstorage.pas line 140

public procedure TConfigMemStorage.SaveToConfig(

  Config: TConfigStorage;

  const APath: string

);

Arguments

Config

  

Configuration storage instance where values are stored.

APath

  

Path to the location in Config where values in the current class instance are stored.

Version 4.6 Hosted on Source Forge