[Overview][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Implements the final class for the INI Form Session Properties storage.
Source position: inipropstorage.pas line 53
type TIniPropStorage = class(TCustomIniPropStorage) end; |
||
published |
||
property StoredValues: TStoredValues; |
|
|
property IniFileName: string; |
|
Name of the file where the property data is saved in INI format. |
property IniSection: string; |
|
The section on the INI file where values are to be kept. |
property Active: Boolean; |
|
This determines if the object is active or not. |
property OnSavingProperties: TNotifyEvent; |
|
Handler called at the beginning of Save. |
property OnSaveProperties: TNotifyEvent; |
|
Handler called at the end of Save. |
property OnRestoringProperties: TNotifyEvent; |
|
Handler called at the beginning of Restore. |
property OnRestoreProperties: TNotifyEvent; |
|
Handler called at the end of Restore. |
|
Implements the final class for the INI Form Session Properties storage. |
|
| | ||
|
Implements the base class for the INI Form's Session Properties. |
|
| | ||
|
TFormPropertyStorage - class for storage of a Form's properties |
|
| | ||
|
||
| | ||
|
Provides abstract means to Save/Restore properties. |
|
| | ||
TComponent |
||
? | ||
TObject |
|
Implements the final class for the JSON Form Session Properties storage. |
|
|
Implements the final class for the XML Form Session Properties storage. |
lazarus-ccr.sourceforge.net |