[Overview][Types][Classes][Index] |
Restores all linked property collections
Source position: propertystorage.pas line 147
public procedure TCustomPropertyStorage.Restore; virtual; |
Uses RestoreProperties and StoredValues.RestoreValues to do the actual work. At least one of these should be implemented.
All linked property collections are notified, when everything has been restored, or to actually restore the values.
The OnRestoringProperties handler is invoked before the properties are restored, OnRestoreProperties afterwards.
|
Restores all linked property collections |
|
|
Handler called at the end of Restore. |
|
|
Handler called at the beginning of Restore. |
|
|
||
TCustomPropertyStorage.NotifyLinks |
|
Notifies all connected property collections. |
lazarus-ccr.sourceforge.net |