Table of Contents

TTMSMCPElicitSchema.Fields Property

Fields making up the schema, in the order they were added.

API unit family: TMS.MCP.Elicitation Declaring type: TTMSMCPElicitSchema Type: TObjectList<TTMSMCPElicitField>

Syntax

property Fields: TObjectList<TTMSMCPElicitField>;

Remarks

The list owns the fields; add entries through TTMSMCPElicitSchema.AddField rather than creating them directly.