Table of Contents

TTMSMCPValues.Add Method

Creates a new entry for the given name and value and appends it to the list. The list takes ownership of the entry it creates.

API unit family: TMS.MCP.Tools Declaring type: TTMSMCPValues

Syntax

procedure Add(AKey: string; AValue: TValue); overload;

Parameters

Name Description
AKey Name of the input property the argument belongs to.
AValue The converted argument value.