TXTextControl.TableDescriptiveText Property

Defines a descriptive text for a table. If a text already exists, the old text is deleted. An empty string indicates that the table has no such text. An empty string can also be used to delete a previously set text.

Introduced: 34.0.

Syntax

TXTextControl.TableDescriptiveText(TableId) [= string]
Parameter Description
TableId

Specifies a table. It is the same identifier set with the TableInsert method.

Data Types

TableId:    Integer
Property value:    String

Limitations

Run time only.

See Also