Table of Contents

TTMSFNCReader.OnCustomIsAssignableProperty Event

Fires to determine whether a property is eligible for deserialization.

API unit family: TMSFNCPersistence Declaring type: TTMSFNCReader

Syntax

OnCustomIsAssignableProperty: TTMSFNCWriterCustomIsAssignablePropertyEvent;

Parameters

Name Description
AObject The object being deserialized.
APropertyName Name of the property being evaluated.
AIsAssignable Set to False to exclude this property from deserialization.