| [Overview][Constants][Types][Classes][Procedures and functions][Index] |
Defines the method used to flush the values in the configuration storage to the underlying storage mechanism.
Source position: lazconfigstorage.pas line 80
public procedure TConfigStorage.WriteToDisk; virtual; abstract; |
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.
TXMLConfigStorage.WriteToDisk |