ComboItem object
The ComboItem widget represents an individual entry in a Combobox list
| Property | Description | Access | Type |
|---|---|---|---|
| ComboItem.index | Get/set the ComboItem position in the ComboBox | readwrite | number |
| ComboItem.owner | Get item's owner Combobox | readonly | |
| ComboItem.text | Get/set the ComboItem caption | readwrite | string |
| Methods | Description | Return value |
|---|---|---|
| ComboItem:loadicon() | Set the ComboItem icon | boolean |
| ComboItem:move() | Move the ComboItem to a new position | - |
| ComboItem:remove() | Remove the ComboItem from the ComboBox | - |