ComboBox-GetEditSel

Имя функции dcl-ComboBox-GetEditSel
Синтаксис   (dcl-ComboBox-GetEditSel <CONTROL>)
Возвращаемый тип List of Longs as (Start End)
Подходит к 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.