[Overview][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: inipropstorage.pas line 30
type TCustomIniPropStorage = class(TFormPropertyStorage) |
||
protected |
||
function IniFileClass; virtual; |
|
|
function GetIniFileName; virtual; |
|
|
function RootSection; override; |
|
|
property IniFile: TCustomIniFile; [r] |
|
|
public |
||
procedure StorageNeeded(); override; |
|
|
procedure FreeStorage; override; |
|
|
function DoReadString(); override; |
|
|
procedure DoWriteString(); override; |
|
|
procedure DoEraseSections(); override; |
|
|
property IniFileName: String; [rw] |
|
|
property IniSection: String; [rw] |
|
|
end; |
|
||
| | ||
|
TFormPropertyStorage - class for storage of a Form's properties |
|
| | ||
|
||
| | ||
TCustomPropertyStorage |
||
? | ||
TObject |
lazarus-ccr.sourceforge.net |