TXTextControl.TableCanDeleteLines Property

This property provides information about whether table lines can be deleted. It returns False when no table line is selected or when the current input position is outside a table. Otherwise it returns True.

Syntax

TXTextControl.TableCanDeleteLines
Setting Description
True Table lines can be deleted.
False Table lines cannot be deleted.

Data Types

Boolean.

Limitations

Read only, run time only.

See Also