Sets the currently selected text of a RichEdit control, including the text's RTF codes.
public void setSelRTF( String selRTF )
selRTF
The selected text.
If no text is currently selected, the text specified in the selRTF paramter is inserted at the insertion point. If text is selected, the text replaces the selected text.
See Also getSelRTF