[Overview][Types][Classes][Index] |
Event handler signalled when the Restore method is completed.
Source position: propertystorage.pas line 172
public property TCustomPropertyStorage.OnRestoreProperties : TNotifyEvent |
OnRestoreProperties is a TNotifyEvent property with the event handler signalled when the Restore method is completed. OnRestoreProperties is signalled (when assigned) after the OnRestoringProperties event handler has been signalled, after property values have been read using RestoreProperties, and after the values have been loaded in the StoredValues collection.
|
Event handler signalled when the Restore method is started. |
|
|
Collection with the names and values for properties handled for the container. |
|
|
Restores property values from the storage mechanism for the container. |
|
Version 4.0 | Generated 2025-05-03 | Home |