[Overview][Types][Classes][Index] |
Event handler signalled when the Restore method is started.
Source position: propertystorage.pas line 171
public property TCustomPropertyStorage.OnRestoringProperties : TNotifyEvent |
OnRestoringProperties is a TNotifyEvent property with the event handler signalled when the Restore method is started. It is signalled (when assigned) after the StorageNeeded method has been called , and before values for the collection items are read and applied using StoredValues and RestoreProperties.
|
Ensures that the storage mechanism for the container is available. |
|
|
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 |