Skip to main content
Version: v20 R4 BETA

Help

Help Tip

This property allows associating help messages with active objects in your forms. They can be displayed at runtime:

  • The display delay and maximum duration of help tips can be controlled using the Tips delay and Tips duration selectors of the SET DATABASE PARAMETER command.
  • Help tips can be globally disabled or enabled for the application using the Tips enabled selector of the SET DATABASE PARAMETER command.

You can either:

  • designate an existing help tip, previously specified in the Help tips editor of 4D.
  • or enter the help message directly as a string. This allows you to take advantage of XLIFF architecture. You can enter an XLIFF reference here in order to display a message in the application language (for more information about XLIFF, refer to Appendix B: XLIFF architecture. You can also use 4D references (see Using references in static text).

In macOS, displaying help tips is not supported in pop-up type windows.

JSON Grammar

NameData TypePossible Values
tooltiptextadditional information to help a user

Objects Supported

Button - Button Grid - Check Box - Drop-down List - Combo Box - Hierarchical List - List Box Header - List Box Footer - Picture Button - Picture Pop-up menu - Radio Button

Other help features

You can also associate help messages with form objects in two other ways:

  • at the level of the database structure (fields only). In this case, the help tip of the field is displayed in every form where it appears. For more information, refer to “Help Tips” in Field properties.
  • using the OBJECT SET HELP TIP command, for the current process.

When different tips are associated with the same object in several locations, the following priority order is applied:

  1. structure level (lowest priority)
  2. form editor level
  3. OBJECT SET HELP TIP command (highest priority)

See also

Placeholder