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

TConfigStorage.WriteToDisk

Defines the method used to flush the values in the configuration storage to the underlying storage mechanism.

Declaration

Source position: lazconfigstorage.pas line 80

public procedure TConfigStorage.WriteToDisk; virtual; abstract;

Description

WriteToDisk is an abstract virtual method in TConfigStorage. It must be implemented in a descendent class to perform actions needed to store values to the mechanism used in a derived class.

See also

TXMLConfigStorage.WriteToDisk


Version 4.0 Generated 2025-05-03 Home