[Overview][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: inipropstorage.pas line 49
type TIniPropStorage = class(TCustomIniPropStorage) end; |
||
published |
||
property StoredValues: TStoredValues; |
|
|
property IniFileName: string; |
|
|
property IniSection: string; |
|
|
property Active: Boolean; |
|
|
property OnSavingProperties: TNotifyEvent; |
||
property OnSaveProperties: TNotifyEvent; |
|
|
property OnRestoringProperties: TNotifyEvent; |
||
property OnRestoreProperties: TNotifyEvent; |
|
|
|
||
| | ||
|
||
| | ||
|
TFormPropertyStorage - class for storage of a Form's properties |
|
| | ||
|
||
| | ||
|
Provides abstract means to Save/Restore properties. |
|
| | ||
TComponent |
||
? | ||
TObject |