ui.ComboBox.getTextOf

Get the item text by name.

Syntax

getTextOf(
   name STRING )
  RETURNING result STRING
  1. name is the name of a combobox item.

Usage

The getTextOf() method returns the display label of the item identified by the name passed as parameter.

The method returns NULL if the item name does not exist.