Table of Contents

TTMSFNCWriter.OnCustomIsAssignableProperty Event

Fires to determine whether a property is eligible for serialization.

API unit family: TMSFNCPersistence Declaring type: TTMSFNCWriter

Syntax

OnCustomIsAssignableProperty: TTMSFNCWriterCustomIsAssignablePropertyEvent;

Parameters

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