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

TConfigStorage.GetFilename

Defines the method used to get the file name where configuration data is stored.

Declaration

Source position: lazconfigstorage.pas line 81

public function TConfigStorage.GetFilename: string; virtual; abstract;

Function result

Returns the file name where the configuration data is stored.

Description

GetFileName is an abstract virtual String function in TConfigStorage. It is used to retrieve the file name where configuration data is stored when the WriteToDisk method is called. It must be implemented in a descendent class which uses a file as the destination for the storage mechanism.

See also

TXMLConfigStorage.GetFileName

TXMLConfigStorage.WriteToDisk


Version 4.0 Generated 2025-05-03 Home