TXTextControl.TableCanChangeAttr Property

This property provides information about whether the attributes of all the selected table cells can be altered. It returns False when the selection is not completely within a single table. Otherwise it returns True.

Syntax

TXTextControl.TableCanChangeAttr
Setting Description
True Table attributes can be altered.
False Table attributes cannot be altered.

Data Types

Boolean.

Limitations

Read only, run time only.

See Also