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. Specify an empty string "" for the language parameter to use the current language.
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", "English")
See also:
•Labels/Titles API: setFieldTooltip()
•Miscellaneous settings: Edit form tooltips
•Page Designer: Working with page elements