| Function Name | dcl-ComboBox-GetEditSel |
|---|---|
| Syntax | (dcl-ComboBox-GetEditSel
<CONTROL>) |
| Return Type | List of Longs as (Start End) |
| Applies To | Combo Box |
此方法返回编辑框中当前选定的字符。 Start和End分别是第一个选定字符和最后一个选定字符后面的字符的字符位置(基于零)。 如果没有选择,Start和End返回-1。