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

TCustomPropertyStorage.Save

Saves all linked property collections

Declaration

Source position: propertystorage.pas line 146

public procedure TCustomPropertyStorage.Save; virtual;

Description

Uses SaveProperties and StoredValues.SaveValues to do the actual work. At least one of these should be implemented.

All linked property collections are notified, when everything has been stored, or to actually store their values.

The OnSavingProperties handler is invoked before the properties are stored, OnSaveProperties afterwards.

See also

TCustomPropertyStorage.SaveProperties

  

Saves all linked property collections

TCustomPropertyStorage.OnSaveProperties

  

Handler called at the end of Save.

TCustomPropertyStorage.OnSavingProperties

  

Handler called at the beginning of Save.

TCustomPropertyStorage.StoredValues

  

TCustomPropertyStorage.NotifyLinks

  

Notifies all connected property collections.

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