partialTextIndication

Type: Boolean

Availability: Read or write at run time only

The partialTextIndication property of the JadeTableElement class specifies whether an indication is displayed when there is insufficient room to show all of the text in a cell. For a description of this property, see the Table control partialTextIndication property. For details about word wrapping when displaying text in a table cell, see the Table class wordWrap property.

The code fragment in the following example shows the use of the partialTextIndication property.

table1.accessSheet(1).partialTextIndication := true;