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

TCustomPropertyStorage.OnRestoreProperties

Event handler signalled when the Restore method is completed.

Declaration

Source position: propertystorage.pas line 172

public property TCustomPropertyStorage.OnRestoreProperties : TNotifyEvent
  read FOnRestoreProperties
  write FOnRestoreProperties;

Description

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.

See also

TCustomPropertyStorage.OnRestoringProperties

  

Event handler signalled when the Restore method is started.

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