[Overview][Types][Classes][Index] |
Saves all linked property collections
Source position: propertystorage.pas line 146
public procedure TCustomPropertyStorage.Save; virtual; |
Uses SaveProperties and StoredValues.SaveValues to do the actual work. At least one of these should be implemented.
All linked property collections are notified, when everything has been stored, or to actually store their values.
The OnSavingProperties handler is invoked before the properties are stored, OnSaveProperties afterwards.
|
Saves all linked property collections |
|
|
Handler called at the end of Save. |
|
|
Handler called at the beginning of Save. |
|
|
||
TCustomPropertyStorage.NotifyLinks |
|
Notifies all connected property collections. |
lazarus-ccr.sourceforge.net |