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

TCustomPropertyStorage.Restore

Restores all linked property collections.

Declaration

Source position: propertystorage.pas line 147

public procedure TCustomPropertyStorage.Restore; virtual;

Description

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.

See also

TCustomPropertyStorage.RestoreProperties

  

Restores property values from the storage mechanism for the container.

TCustomPropertyStorage.OnRestoreProperties

  

Event handler signalled when the Restore method is completed.

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.


Version 4.0 Generated 2025-05-03 Home