<< Click to display table of contents >> TrvActionTableSelectTable |
TrvActionTableSelectTable is the action for "Table | Select Table" command.
Unit RichViewActions;
Syntax
TrvActionTableSelectTable = class(TrvActionTableCell)
TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction |
Description
The action selects all cells in the table at the caret position.
Note: a selection containing a table, and a selection containing all selected table cells are different selections, although they look identically.
When all cells are selected (for example, after execution of this action), the user can perform table operations (for example, inserting rows or merging cells). When the user presses Delete key, all cells are cleared. TCustomRichViewEdit can copy such selection to the Clipboard in RVF and text format, but cannot copy in RTF format yet.
When the table is selected, the user cannot perform table operations When the user presses Delete key, the table is deleted. TCustomRichViewEdit can copy such selection to the Clipboard in all supported formats.
See also: