[Overview][Types][Classes][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: propertystorage.pas line 96
type TPropertyStorageLink = class(TPersistent) |
||
protected |
||
procedure SaveProperties; virtual; |
|
|
procedure LoadProperties; virtual; |
|
|
public |
||
destructor Destroy; override; |
|
|
property Storage: TCustomPropertyStorage; [rw] |
|
|
property RootSection: String; [r] |
|
|
property OnSave: TNotifyEvent; [rw] |
|
|
property OnLoad: TNotifyEvent; [rw] |
|
|
end; |
|
||
| | ||
| | ||
lazarus-ccr.sourceforge.net |