| Function Name | dcl-ImageComboBox-SetEditSel |
|---|---|
| Syntax | (dcl-ImageComboBox-SetEditSel
<CONTROL>
Start [as
Long] End [as
Long]) |
| Return Type | Boolean (T if successful; otherwise NIL) |
| Applies To | Image Combo Box |
此方法在编辑框中选择一个字符范围。 Start和End分别是第一个选定字符和最后一个选定字符后面的字符的字符位置(基于零)。 如果开始为-1,则删除所有选择。 如果结束为-1,则将选择编辑框中从开始到最后一个字符的所有字符。