ui.ComboBox.getItemText

Get the item text by position.

Syntax

getItemText(
   position INTEGER )
  RETURNING result STRING
  1. position is the index of the combobox item.

Usage

The getItemText() method returns the display label of an item at the give position.

The first item starts at position 1.