<< Click to display table of contents >> TrvActionTableInsertRowsBelow |
TrvActionTableInsertRowsBelow is the action for "Table | Insert Row Below" command.
Unit RichViewActions;
Syntax
TrvActionTableInsertRowsBelow = class(TrvActionTableRCBase)
TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction |
Description
This action inserts new rows below the selected cells (or below the edited cell).
When inserting rows to the end of the table, if AllowMultiple = True, the action requests a number of rows to insert and inserts this count of rows.
See also: