TXTextControl.TableDeleteColumn Method

This method deletes the currently selected table columns or the table column containing the text input position. The TableCanDeleteColumn property informs whether columns can be deleted.

Syntax

TXTextControl.TableDeleteColumn

Return Value

The method returns True if the table column could successfully be deleted. The method returns False if an error has occurred or if the current input position is not within a table.

Data Types

Return value:    Boolean.

See Also