[Overview][Classes][Procedures and functions][Index] |
Frees the TJSONConfig storage mechanism when no longer needed.
Source position: jsonpropstorage.pas line 38
public procedure TCustomJSONPropStorage.FreeStorage; override; |
Frees the JSON storage mechanism in JSONConf when the internal usage counter reaches 0 (zero).
FreeStorage is called from methods like: Save, Restore, SaveProperties, RestoreProperties, ReadString, WriteString, ReadInteger, WriteInteger, and EraseSections.
See StorageNeeded for the actions performed when the JSON storage mechanism in JSONConf is allocated and configured for the class instance.
|
TJSONConfig instance used to store path/value pairs. |
Version 4.0 | Generated 2025-05-03 | Home |