GetText

>>-aComboBox~GetText(--index--)--------------------------------><


The GetText method gets the text of the list item at the specified position in the combo box.

Arguments:

The only argument is:

index

The one-based index of the combo box item containing the text you are interested in.

Return value:

The text of the combo box item at the given position, or an empty string if the index does not refer to an item or an error occurred.