Applies to
Declaration
bool TableSplit(bool BeforeRow);
Description
Splits the table after or before the current row.
Example:
TextCursor.TableSplit(false);
TextCursor.ExitTable();
TextCursor.InputText("Text between tables");
Memo.ReformatAll(false, true);