[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Constructor for the class instance.
Source position: lazconfigstorage.pas line 52
public constructor TConfigStorage.Create( |
const Filename: string; |
LoadFromDisk: Boolean |
); virtual; |
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. |
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 |