Table of Contents

TTMSFNCCustomComponent.OnCanSaveProperty Event

Fired before a property is saved to check whether it should be included. Set ACanSave to False to skip the property.

API unit family: TMSFNCCustomComponent Declaring type: TTMSFNCCustomComponent

Syntax

OnCanSaveProperty: TTMSFNCCustomComponentCanSavePropertyEvent;

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.