|
|
|
|
|
ToolTip (Property) In french: Bulle
The ToolTip property gets and sets the text displayed in a tooltip. This tooltip can be associated with: - a control in a window,
- a control in a page,
Reminder: To enter the text displayed in the tooltip of a control in the window or page 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 tooltip text is in RTF, the text returned will contain 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…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|