[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Defines the method used to get the file name where configuration data is stored.
Source position: lazconfigstorage.pas line 81
public function TConfigStorage.GetFilename: string; virtual; abstract; |
Returns the file name where the configuration data is stored.
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.
Version 4.0 | Generated 2025-05-03 | Home |