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