Table of Contents

TTMSMCPServer.CreateBuilder Method

Starts a fluent configuration chain and returns the builder class to continue it on. Finish the chain with Build to obtain the configured server.

API unit family: TMS.MCP.Server Declaring type: TTMSMCPServer Inherited from: TTMSMCPCustomServer

Syntax

class function CreateBuilder: TTMSMCPServerBuilderClass; static;

Remarks

A metaclass reference is returned rather than an object because every builder step is a class function. The builder holds the server being configured in class-level state, so only one chain may be in progress at a time.

Returns

Builder class to chain the next configuration step on.