Unit 'LazConfigStorage' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#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.4 Generated 2025-11-08 Home