PreviousNextIndex

REPLACE-SELECTION-TEXT( ) method

Replaces the currently selected text in an editor widget with the new text.

Return type: LOGICAL

Applies to: EDITOR widget

Syntax
REPLACE-SELECTION-TEXT ( new-text ) 

new-text

To determine what text is currently selected, query the SELECTION-TEXT attribute. If the replace operation is successful, the method returns TRUE.


OpenEdge Release 10.2B
Copyright © 2009 Progress Software Corporation
PreviousNextIndex