HTMLReader.SetString

Syntax:

SetString(<HTMLLine>, <Encoding>)

Parameters:

<HTMLLine> (required)

Type: String.
Line containing HTML text.

<Encoding> (optional)

Type: String.
Encoding that will be used in the HTML parsing mechanism for conversion.
Default value: UTF8.

Description:

Defines the row containing HTML text to be read by the given object. If HTML has already been read from another file or rows before this method is called up, the reading will stop and the object initializes for reading from the row shown.

Availability:

Thin client, server, thick client, external connection, Mobile application (client), Mobile application (server).

Example:

HTMLReader = New HTMLReader;
HTMLReader.SetString(StrHTML);


    

1C:Enterprise Developer's Community