<< Click to display table of contents >> Keys in Editor |
When inserted in TRichViewEdit, the following keys are processed by tables:
Tab moves the caret to the next cell. If pressed when the caret is in the last cell, a new row is added, and the caret is moved to the first cell of this new row (this feature can be turned off by assigning False to RichViewTableAutoAddRow).
Shift + Tab moves the caret to the previous cell.
Delete clears the selected cells.
Backspace : if all cells are selected, deletes the table; otherwise, if rows are completely selected, deletes the selected rows; otherwise, if columns are completely selected, deletes the selected columns (this feature can be turned off by assigning False to RichViewTableAutoAddRow).