Table of Contents

TTMSFNCCustomControl.OnCanLoadProperty Event

Fired for each property during settings deserialisation. Set ACanLoad to False to prevent a property value from being applied.

API unit family: TMSFNCCustomControl Declaring type: TTMSFNCCustomControl

Syntax

OnCanLoadProperty: TTMSFNCCustomControlCanLoadPropertyEvent;

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.
ACanLoad Set to False to skip applying the property.