[Overview][Types][Classes][Index] Reference for unit 'PropertyStorage' (#lcl)

TCustomPropertyStorage.OnRestoringProperties

Event handler signalled when the Restore method is started.

Declaration

Source position: propertystorage.pas line 171

public property TCustomPropertyStorage.OnRestoringProperties : TNotifyEvent
  read FOnRestoringProperties
  write FOnRestoringProperties;

Description

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.

See also

TCustomPropertyStorage.StorageNeeded

  

Ensures that the storage mechanism for the container is available.

TCustomPropertyStorage.StoredValues

  

Collection with the names and values for properties handled for the container.

TCustomPropertyStorage.RestoreProperties

  

Restores property values from the storage mechanism for the container.

TNotifyEvent


Version 4.0 Generated 2025-05-03 Home