Xdialog Text Control Methods
IN THIS PAGE
Description
Alpha Anywhere provides the following functions for use with a Text Control on an Xdialog box.
.DELETE()
Cuts the currently selected text.
.GET_CURSOR()
Returns the position of the cursor.
.GET_SELECT()
Returns the currently selected text
.INSERT_TEXT()
Inserts the TextString at the position of the cursor.
.PASTE()
Inserts the text contents of the Clip Board at the position of the cursor.
.REPLACE_TEXT()
Inserts the TextString at the location of the currently selected text.
.SELECT()
Highlights text in the text control.
.SET_CURSOR()
Sets the location of the cursor and sets focus to the text control.
.SHOW_CARET()
Displays the cursor, causing the text box to scroll if it is not currently visible.