ComboBoxCount

Help Contents GUI programming ComboBoxes ComboBoxCount
ComboBoxRemoveItem ComboBoxValue

ComboBoxCount acombobox


outputs the number of choices in the ComboBox acombobox.

Example:

cb=(ComboBox [][MyComboBox][Initial string]
	[	[String 1]
		[and a second string]
		[and the last string]
	]
	[	(show "|MyComboBox| ComboBoxSelection)
	]
	[	(pr [change] ComboBoxValue)
	]
	[	v=ComboBoxValue
		(pr [enter] v)
		ComboBoxAppend cb v
	]
	wxCB_simple [-1 -1][300 200])
show ComboBoxCount cb

Reference:

ComboBoxRemoveItem ComboBoxValue