removeItem(withObjectValue:)
Removes all occurrences of the specified object from the combo box’s internal item list.
Declaration
func removeItem(withObjectValue object: Any)Parameters
- object:
The object to remove from the combo box’s internal item list. Objects are considered equal if they have the same id or if
isEqual:returns True.
Discussion
This method logs a warning if usesDataSource is true.