[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 property values from the storage mechanism for the container. |
|
|
Event handler signalled when the Restore method is completed. |
|
|
Event handler signalled when the Restore method is started. |
|
|
Collection with the names and values for properties handled for the container. |
Version 4.0 | Generated 2025-05-03 | Home |