Creating tooltips for components

You can use the ToolTip property to specify a text to be displayed as a "tool tip" for a component.

You can use keywords as substitute for text values. When a form is opened, the keywords are processed by the internal string substitution method, enabling the dynamic tooltip content that contains the text and the keywords. For example, Your order number is P(OrderNo) created by P(username).

  1. Create a form or open an existing form in the web designer.
  2. Select a form component.
  3. In Properties > Help, Specify the text or the keyword in the ToolTip property.
    See the About substitution keywords in tooltips for the list of supported keywords.
  4. Click Save.