Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

SyntaxColoring.SetFieldTooltipsEnabled

Sets whether database design dialog tooltips for fields are enabled.

Component Version macOS Windows Linux Server iOS SDK
SyntaxColoring 16.4 ✅ Yes ❌ No ❌ No ❌ No ❌ No
MBS( "SyntaxColoring.SetFieldTooltipsEnabled"; Value )   More

Parameters

Parameter Description Example
Value The new setting. 1

Result

Returns OK or error.

Description

Sets whether database design dialog tooltips for fields are enabled.
We show field annotations and display names in a tooltip.
Pass 1 to enable the feature or 0 to disable.

Examples

Turn feature on:

MBS( "SyntaxColoring.SetFieldTooltipsEnabled"; 1 )

Turn feature off:

MBS( "SyntaxColoring.SetFieldTooltipsEnabled"; 0 )

See also

Release notes

  • Version 16.4
    • Added SyntaxColoring.GetFieldTooltipsEnabled and SyntaxColoring.SetFieldTooltipsEnabled function.

Blog Entries

This function is free to use.

Created 21st August 2026, last changed 21st August 2026


SyntaxColoring.SetExportTooltipsEnabled - SyntaxColoring.SetFontName


MarkDown version: SyntaxColoringSetFieldTooltipsEnabled.md