TXTextControl.PageSelect Method

This method can be used to select the specified page.

Introduced: 21.0.

Syntax

TXTextControl.PageSelect Number
Parameter Description
Number

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

Return Value

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

Data Types

Number: Long
Return value: Boolean

See Also