|

Item


(number)The index (line number) of the item to remove from the combobox object. The first item in the list has an index of 1. You can use an index of -1 to remove the last item in the list.


Re t u r n s


Nothing. You can use Application.GetLastError to determine whether this action failed, and why.


See also: Related Actions


image

image

ComboBox.FindItem

OverviewExamples

number ComboBox.FindItem ( string ObjectName,


number StartAfter, number SearchType, string SearchText )


De s cr ip t ion


Searches through the items in a combobox object for a specific string and returns the index (line number) where it was found.


P arame t er s


ObjectName


(string) The name of the combobox object.


|