ImageComboBox_SetEditSel

Funktionsname dcl_ImageComboBox_SetEditSel
Syntax   (dcl_ImageComboBox_SetEditSel <CONTROL> Start [as Long] End [as Long])
Rückgabewert Boolean (T if successful; otherwise NIL)
Anwendbar auf Image 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.