TXTextControl.TableCanInsert Property

This property provides information about whether a table can be inserted. It returns False when a selection exists or the current input position is inside a table. Otherwise it returns True.

Syntax

TXTextControl.TableCanInsert
Setting Description
True A new table can be inserted.
False A new table cannot be inserted.

Data Types

Boolean.

Limitations

Read only, run time only.

See Also