itemObjectValue(at:)
Returns the object located at the specified location in the internal item list.
Declaration
func itemObjectValue(at index: Int) -> AnyParameters
- index:
The index of the object to return. If
indexis beyond the end of the list, anNSRangeExceptionis raised.
Return Value
The object at the given location in the combo box’s internal item list.
Discussion
This method logs a warning if usesDataSource is true.