[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 all linked property collections

TCustomPropertyStorage.OnRestoreProperties

  

Handler called at the end of Restore.

TCustomPropertyStorage.OnRestoringProperties

  

Handler called at the beginning of Restore.

TCustomPropertyStorage.StoredValues

  

TCustomPropertyStorage.NotifyLinks

  

Notifies all connected property collections.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.