The ComboBox class / ui.ComboBox methods |
Get the table prefix of the form field.
getTableName() RETURNING result STRING
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 to identify a COMBOBOX field in your program, for example to fill the drop down list with the appropriate items.