|
|
|
|
|
- Tooltip of a Tab control
- Tooltip associated with a Radio Button and/or Check Box control
- Tooltip associated with row in a Treeview control
- Tooltip associated with a Table control and with a column in a Table control
- Tooltip associated with an element in a Breadcrumb control
- Limitations
ToolTip (Property) In french: Bulle
The ToolTip property is used to get and change the text displayed in the tooltip associated with a window or page control. Reminder: To type the message displayed in the tooltip of a control in the editor: - Open the control description window (select "Description" in the context menu).
- In 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 respected at runtime.
Syntax
Finding out the text of the tooltip Hide the details
<Tooltip text> = <Control used>.ToolTip
<Tooltip text>: Character string Current text of tooltip associated with the control.Remark: If the text of the tooltip is in RTF, the text returned will contain the RTF tags. <Control used>: Control name Name of the control for which the text of the tooltip is requested.
Modifying the text of the tooltip Hide the details
<Control used>.ToolTip = <New tooltip text>
<Control used>: Control name Name of the control for which the text of the tooltip must be modified. <New tooltip text>: Character string New text for the tooltip associated with the control. If this text corresponds to an empty string (""), no tooltip will be displayed for this control.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|