Contents

itemObjectValue(at:)

Returns the object located at the specified location in the internal item list.

Declaration

func itemObjectValue(at index: Int) -> Any

Parameters

  • index:

    The index of the object to return. If index is beyond the end of the list, an NSRangeException is 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.

See Also

Related Documentation

Manipulating the Displayed List