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

TCustomPropertyStorage.OnSaveProperties

Event handler signalled when the Save method is completed.

Declaration

Source position: propertystorage.pas line 170

public property TCustomPropertyStorage.OnSaveProperties : TNotifyEvent
  read FOnSaveProperties
  write FOnSaveProperties;

Description

OnSaveProperties is a TNotifyEvent property with the event handler signalled when the Save method is completed. It is signalled (when assigned) after the OnSavingProperties event handler. Values for collection items in StoredValues have already been written using SaveProperties when the event handler is called.


Version 4.0 Generated 2025-05-03 Home