ComboBox-GetEditSel

Function Name dcl-ComboBox-GetEditSel
Syntax   (dcl-ComboBox-GetEditSel <CONTROL>)
Return Type List of Longs as (Start End)
Applies To Combo Box

This method returns the currently selected characters in the edit box. Start and End are the character positions (zero based), respectively, of the first selected character and the character following the last selected character. If nothing is selected, Start and End return -1.