DIAdem Help

Method: GetSelectedText for EditBox

  • Updated2024-09-12
  • 2 minute(s) read

Method: GetSelectedText for EditBox

Returns the selected text from a textbox in user dialog boxes.

sGetSelectedText = Object.GetSelectedText
ObjectEditBox
Object with this method
sGetSelectedTextString
Receives the selected text.

The following example displays the text selected in EditBox1:

Call MsgBoxDisp(EditBox1.GetSelectedText)