Type: Boolean
Availability: Read or write at run time only
The showPartialTextBubbleHelp property of the JadeTableSheet class specifies whether a bubble help window displaying the full text is shown when the user moves the cursor over a table cell for which the text is not fully visible.
When the value of this property is true (the default value), the bubble help is displayed when the cursor is over a cell in which the text is not fully visible, with the following exceptions.
The value of the Window class bubbleHelp property is not null (bubbleHelp text takes precedence)
The cell is disabled
The cell displays a hyperlink
The cell is displaying a cell control
A mouse button is down
The bubble help is hidden when any of the following conditions applies.
After a short delay (three seconds plus the text length increment)
If the user moves the cursor out of the cell boundaries
If the user clicks the mouse
If the user presses a key
If the user clicks the mouse while over the bubble help, the table cell is clicked as normal.
The code fragment in the following example shows the use of the showPartialTextBubbleHelp property.
table.accessSheet(1).showPartialTextBubbleHelp := false;