TXTextControl.EditableRegionGoto Method

Sets the current input position to the beginning of the specified editable region and scrolls the text so that this position is at the top of the control's visible text.

Introduced: 25.0.

Syntax

TXTextControl.EditableRegionGoto RegionId
Parameter Description
RegionId

Specifies the editable region's unique identifier. This must be the value returned from the EditableRegionInsert method.

Return Value

If the region could be found the method returns True, otherwise it returns False.

Data Types

RegionId: Long
Return value: Boolean

See Also