DIAdemヘルプ

Method: GetSelectedText for EditBox

  • 更新日2024-09-12
  • 4分で読める

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)