Function Name | dcl-ComboBox-SetEditSel |
---|---|
Syntax | (dcl-ComboBox-SetEditSel
<CONTROL>
Start [as
Long] End [as
Long]) |
Return Type | Boolean (T if successful; otherwise NIL) |
Applies To | Combo Box |
This method selects a range of 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 Start is -1, all selections are removed. If End is -1, all characters from Start to the last character in the edit box are selected.