Previous Up Next

_GETcombo
Return the current selection. It might be either one of the predefined choices (always if the combo box is not editable) or a custom choice (only if the combo box is editable). In the first case, the function returns the position of the predefined choice.

[I S] _GETcombo (
ObjBox _combo_
)
Parameters

_combo_
any combo box
Return value

current content : a couple (number of selection, choice)