TOOLTIP attribute
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Each object for which the TOOLTIP option is implemented has a run-time
attribute, called TOOLTIP, established with read/write capabilities. If the
TOOLTIP attribute is set to "" or the Unknown value (?),
then no ToolTip is displayed for that object. The default is to not have a ToolTip. You can
add a ToolTip to an object at any time.
Here is the
syntax for the TOOLTIP option:
Syntax
|
- tooltip
- A quoted string containing the text that displays when the user pauses the mouse pointer over the object.
The
following code example shows how to specify the TOOLTIP attribute
at run time:
|
You can use the TOOLTIP option
with the following ABL elements:
-
DEFINE BROWSEstatement -
DEFINE BUTTONstatement -
DEFINE IMAGEstatement -
DEFINE RECTANGLEstatement -
VIEW-ASphrase for combo box, editor, fill-in, radio set, selection list, slider, text, and toggle box objects.