ui.ComboBox.getTableName

Get the table prefix of the form field.

Syntax

getTableName()
  RETURNS STRING

Usage

The getTableName() method returns the name of the form field table prefix. The form field table prefix can be NULL if not defined at the form field level.

This allows for the identification of a COMBOBOX field in your program, for example to fill the drop down list with the appropriate items.