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

TConfigStorage.Create

Constructor for the class instance.

Declaration

Source position: lazconfigstorage.pas line 52

public constructor TConfigStorage.Create(

  const Filename: string;

  LoadFromDisk: Boolean

); virtual;

Arguments

Filename

  

File name where configuration data is stored.

LoadFromDisk

  

True to load values from the specified file if it exists. False to create a new, empty storage.

Description

Remark: Create has an empty implementation in TConfigStorage. Use one of the descendent classes which re-implements the constructor as needed for its storage mechanism.

Version 4.0 Generated 2025-05-03 Home