Table of Contents

TTMSMCPTools.FindByName Method

Looks up a tool by the name it is published under. Comparison is case sensitive and the first match wins.

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

Syntax

function FindByName(const AName: string): TTMSMCPTool;

Parameters

Name Description
AName The published tool name to search for.

Returns

The matching tool, or nil when the collection holds no tool with that name.