Table of Contents

TTMSMCPTool.CreateBuilder Method

Starts the fluent configuration of a new tool.

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

Syntax

class function CreateBuilder: TTMSMCPToolBuilderClass; static;

Remarks

The builder keeps the tool under construction in class-level state, so only one tool can be built at a time and the chain must be completed before another is started.

Returns

The tool builder class with a freshly created tool in progress. Because the builder is used through its class rather than an instance, chain the configuration calls on the returned class reference and finish with its build method, which hands back the finished tool.