Table of Contents

TTMSMCPCloudBaseRequestPostDataBuilder.AddText Method

Appends a plain-text segment to the POST body.

API unit family: TMS.MCP.CloudBase Declaring type: TTMSMCPCloudBaseRequestPostDataBuilder

Syntax

procedure AddText(AText: string; ALineBreak: Boolean = True);

Parameters

Name Description
AText The text to append.
ALineBreak When True, appends a line break after the text.