ComboItem object

Property Description Access Type
ComboItem.index Get/set the ComboItem position in the ComboBox readwrite number
ComboItem.text Get/set the ComboItem caption readwrite string
ComboItem.owner Get item's owner Combobox readonly Combobox
Method Description Return value
ComboItem.loadicon() Set the ComboItem icon boolean
ComboItem.remove() Remove the ComboItem from the ComboBox -