Gets the field tooltip.
Syntax
Labels.getFieldTooltip(table, field, language)
Arguments
table
the table name.
field
the field name.
language
the language of the tooltip. If the language parameter is not specified, the current language is used.
Return value
Returns the field tooltip. Tooltips can be set in the Label Editor.
Example
Get the "descr" field tooltip of the "carscars" table.
Labels.getFieldTooltip("carscars", "descr");
See also:
•Labels/Titles API: setFieldTooltip()
•Miscellaneous settings: Edit form tooltips
•Page Designer: Working with page elements