[Overview][Types][Classes][Procedures and functions][Index] |
Frees the underlying INI file storage object for the class instance.
Source position: inipropstorage.pas line 42
public procedure TCustomIniPropStorage.FreeStorage; override; |
FreeStorage is an overridden method in TCustomIniPropStorage. It reimplements the virtual method from the TCustomPropertyStorage ancestor. FreeStorage ensures that resources allocated to the IniFile property (in StorageNeeded) are freed when the storage object is no longer needed.
FreeStorage is called from methods that include: Save, Restore, SaveProperties, RestoreProperties, ReadString, WriteString, ReadInteger, WriteInteger, and EraseSection.
Use IniFile to access properties and methods in the INI storage mechanism.
Use IniFileName to specify the qualified path including file name for the INI file storage.
Use Active to control whether access using the IniFile storage object is enabled.
|
Creates or recreates the underlying INI file storage for the class instance. |
|
|
Provides access to the TCustomIniFile instance for the class. |
|
|
Name of the INI file where the session properties are saved in INI format. |
|
|
Indicates whether the container is Active and allows access to its storage. |
|
|
Frees resources allocated for the underlying storage mechanism. |
Version 4.0 | Generated 2025-05-03 | Home |