showPartialTextBubbleHelp

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 bubble help is hidden when any of the following conditions applies.

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;

2016.0.01 and higher