InsertComboboxItem
From IfsoGUIWiki
Contents |
Declaration
InsertComboboxItem(iColumn:Int, intIndex:Int, strName:String, intData:Int, strTip:String)
Inserts an item into a Combobox column.
Returns
Nothing
Parameters
- iColumn:Int - Column to add the item to.
- intIndex:Int - Index where in the list to insert the new item.
- strName:String - Name of the item.
- intData:Int - Data of the item.
- strTip:String - Tip of the item.
Gadget Information
Pertains to Multi-Column Listbox.
