Table of Contents

TTMSMCPWriter.OnCustomIsAssignableProperty Event

Fires to determine whether a property is eligible for serialization.

API unit family: TMS.MCP.Persistence Declaring type: TTMSMCPWriter

Syntax

OnCustomIsAssignableProperty: TTMSMCPWriterCustomIsAssignablePropertyEvent;

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.