|
|
|
|
|
- Tooltip of a Tab control
- Tooltip of a Radio Button and/or Check Box control
- Tooltip associated with row of a TreeView control
- Tooltip associated with a Table control and its columns
- Limitations
ToolTip (Property) In french: Bulle
The ToolTip property is gets and changes the tooltip text associated with a window or page control. Reminder: To enter the message displayed in the tooltip of a field in the editor: - Open the control description window (select "Description" in the context menu).
- On the "Help" tab, in the "Tooltip" area, type the text of the tooltip.
Remarks: - In a multilingual application, the text of the tooltip can be typed in several languages.
If the "RTF" option is checked, the text can be formatted via the options of the RTF toolbar. The formatting will be maintained at runtime.
Syntax
Getting the tooltip text Hide the details
<Tooltip text> = <Control used>.ToolTip
<Tooltip text>: Character string Current text of the tooltip associated with the control.Note If the bubble text is in RTF, the returned text will contain the RTF tags. <Control used>: Control name Name of the control for which you want to get the tooltip text.
Changing the tooltip text Hide the details
<Control used>.ToolTip = <New tooltip text>
<Control used>: Control name Name of the control for which you want to change the tooltip text. <New tooltip text>: Character string New tooltip text associated with the control. If this text is an empty string (""), no tooltip will be displayed.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|