| TXTextControl.TableAtInputPos | | Returns the table identifier of the table containing the input position. |
| TXTextControl.TableCanChangeAttr | | This property provides information about whether the attributes of all the selected table cells can be altered. |
| TXTextControl.TableCanDeleteColumn | | This property provides information about whether table columns can be deleted. |
| TXTextControl.TableCanDeleteLines | | This property provides information about whether table lines can be deleted. |
| TXTextControl.TableCanInsert | | This property provides information about whether a table can be inserted. |
| TXTextControl.TableCanInsertColumn | | This property provides information about whether a table column can be inserted. |
| TXTextControl.TableCanInsertLines | | This property provides information about whether table lines can be inserted. |
| TXTextControl.TableCanMergeCells | | This property provides information about whether table cells can be merged. |
| TXTextControl.TableCanSplit | | Checks whether a table can be split. |
| TXTextControl.TableCanSplitCells | | This property provides information about whether table cells can be split. |
| TXTextControl.TableCellAttribute | | Returns or sets attributes of a table cell. |
| TXTextControl.TableCellData | | Returns or sets a string associated with the specified table cell. |
| TXTextControl.TableCellLength | | Returns the number of characters in a table cell. |
| TXTextControl.TableCellStart | | Returns the character index (one-based) of the first character in a table cell. |
| TXTextControl.TableCellText | | Returns or sets the text of a table cell. |
| TXTextControl.TableColAtInputPos | | Returns the number of the current input column in a table. |
| TXTextControl.TableColumns | | Informs about the number of columns a specified table contains. |
| TXTextControl.TableGridLines | | This property determines whether or not grid lines in tables are visible. |
| TXTextControl.TableNestedLevel | | Gets the nested level for the specified table. |
| TXTextControl.TableRowAtInputPos | | Returns the number of the current input row in a table. |
| TXTextControl.TableRows | | Informs about the number of rows a specified table contains. |