Contents

objectValues

An array of the items from the combo box’s internal list.

Declaration

var objectValues: [Any] { get }

Discussion

The array contains the objects you added or inserted into the combo box, so the type of each object can vary. Accessing this property logs a warning if the usesDataSource property is true.

See Also

Configuring the Combo Box Items