Table of Contents

TTMSMCPValues.FindByKey Method

Looks up the argument stored under a property name. Comparison is case sensitive and the first matching entry wins.

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

Syntax

function FindByKey(AKey: string): TValue;

Parameters

Name Description
AKey Name of the input property to look up.

Returns

The stored argument, or an empty value when the list holds no entry with that name.