Table of Contents

TTMSMCPToolProperties.Add Method

Creates an empty input parameter and appends it to the collection.

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

Overloads

Overload 1

Creates an empty input parameter and appends it to the collection.

function Add: TTMSMCPToolProperty; overload;

Returns

The newly created parameter, owned by the collection.

Overload 2

Appends a new parameter that is a copy of the given one. The source instance is not adopted and not destroyed, so a standalone parameter created for this call remains the caller's responsibility.

procedure Add(AItem: TTMSMCPToolProperty); overload;

Parameters

Name Description
AItem The parameter to copy into the collection.