TextDocument.AddLine

Syntax:

AddLine(<Line>)

Parameters:

<Line> (required)

Type: String.
The appended line.

Description:

Appends a line to the end of the text document.

Availability:

Thin client, web-client, server, thick client, external connection.

Example:

DocText.AddLine("New line");

    

1C:Enterprise Developer's Community