InfoTip
The InfoTip control allows you to have a small hover over icon that will display more detailed text when a user clicks it.
The standard InfoTip has the following properties:

- Name: The name of the control
- Bind to Database Field: Used to map the control to a database field
- Enabled (checkbox): Specifies whether the control is initially enabled or not
- Visible (checkbox): Specifies whether the control is initially visible or not
- Tab stop (checkbox): It must be enabled in order for the control to be included in the tabbing sequence
- Tab Order: Sets the tab order for the control
- Comment: Allows you to add details of the control use, which will be output to any documentation produced
- OnAction: Allows you to define a function to run when the control's Events are triggered. Click Clear to remove this function.

- Style: Allows you to select a style defined in the Style Editor
- Font: Allows you to define the font used for the text
- Tooltip: The text to be displayed when you hover the mouse over the control
- Background Colour: Allows you to set the background colour of the control
- Is right-to-left: Inverts the writing direction allowing you to type from the right to the left

- Info Tip Background Colour: The background colour of the control (default is white)
- Tip Width: The width (in pixels) for the pop-up window that will display the information
- Expanded Height: The height (in pixels) for the pop-up window that will display the information
- Shape: The shape of the InfoTip icon (Circle, Square or Triangle)
- Colour: The colour of the InfoTip icon

-
Rich Text Editor: This is where you define the text that will be shown when the user clicks the control. The toolbar on the top allows you to change the appearance of the text as follows:
You can access the list of variables and database fields by clicking the Insert Variable
icon to bring up a list box on the right hand side of the editor.
The Object drop-down list allows you to jump between the standard variables, script variables and database fields. To add an item from the list just double-click it.
Tip: You can also reference script variables directly by typing them in by name i.e. [VARIABLE1]. These will then be translated with the current value as the screen is drawn.