TXTextControl.ParagraphSelect Method

This method can be used to select the specified paragraph.

Introduced: 22.0.

Syntax

TXTextControl.ParagraphSelect Number
Parameter Description
Number

Specifies the paragraph's number. The first paragraph has the number 1.

Return Value

The return value is True, if the specified paragraph could be selected. Otherwise, it is False. False is returned, if the specified paragraph does not exist.

Data Types

Number: Long
Return value: Boolean

See Also