TTMSFNCControl.OnCanSaveProperty Event
Fired for each property during settings serialisation. Set
ACanSavetoFalseto exclude a specific property from the saved output.
API unit family: TMSFNCCustomControl
Declaring type: TTMSFNCControl
Inherited from: TTMSFNCCustomControl
Syntax
OnCanSaveProperty: TTMSFNCCustomControlCanSavePropertyEvent;
Parameters
| Name | Description |
|---|---|
Sender |
Object that raises the event. |
AObject |
Object that owns the property being checked. |
APropertyName |
Name of the property being checked. |
APropertyType |
Runtime type information kind of the property. |
ACanSave |
Set to False to skip the property. |