Type of an TStoredValue.OnSave and OnRestore notification handler.
Source position: propertystorage.pas line 34
type TStoredValueEvent = procedure( |
Sender: TStoredValue; |
var Value: TStoredType |
) of object; |
Sender |
|
Object for the event notification. |
Value |
|
Contains the property value for the event. |
Called before a property is saved, after a it has been restored.
| Version 4.4 | Generated 2025-11-08 | Home |