SelectText Method (FlexTextArea)

Class

FlexTextArea class

Action

Lets you track selection within a text field.

Syntax

textArea.SelectText(beginIndex, endIndex)
Variable Description
beginIndex Index at which selection starts. INTEGER.
endIndex Index at which selection ends. INTEGER.