|
Top Previous Next |
|
TrvActionTableInsertRowsBelow is the action for "Table | Insert Row Below" command. Unit RichViewActions; Syntax TrvActionTableInsertRowsBelow = class(TrvActionTableRCBase) Hierarchy 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: |