Tooltips

tooltip = “text

Applicable to:
buttons, graphics, listboxes, tables, textboxes

A tooltip is a small window containing help text which appears when the user moves the cursor over a control during a dialog. The number of seconds tooltips remain visible is determined by the value of sys.ToolTips. The default value is 8 seconds. A tooltip disappears automatically if the user moves the cursor away from the control.


EXAMPLES

tooltip = "Select indexes that are to be used for search and sequencing"
tooltip = "Minimum width of compiled program (cannot be less than 480)"

RELATED TOPICS

Property clauses