|
|
|
|
|
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.
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…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|