Edit.setSelectedText

Overview | Methods | This Package | All Packages

Edit.setSelectedText

Replaces the currently selected text in the edit control with the specified text.

Syntax

public final void setSelectedText( String value )

Parameters

value

The text with which to replace the currently selected text.

See Also   getSelectedText