TTMSFNCCloudBaseRequestPostDataBuilder.AddText Method
Appends a plain-text segment to the POST body.
API unit family: TMSFNCCloudBase
Declaring type: TTMSFNCCloudBaseRequestPostDataBuilder
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. |