[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'LazConfigStorage' (#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.0 Generated 2025-05-03 Home