Edit.select

Overview | Methods | This Package | All Packages

Edit.select

Selects a range of text in the edit control.

Syntax

public final void select( int start, int end )

Parameters

start

The position of the last character before the beginning of the current text selection in the edit control.

end

The position of the last character before the end of the current text selection in the edit control.