[Overview][Types][Classes][Index] |
Saves all linked property collections.
Source position: propertystorage.pas line 146
public procedure TCustomPropertyStorage.Save; virtual; |
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.
|
Saves property values to the storage mechanism for the container. |
|
|
Event handler signalled when the Save method is completed. |
|
|
Event handler signalled when the Save method is started. |
|
|
Collection with the names and values for properties handled for the container. |
Version 4.0 | Generated 2025-05-03 | Home |