|
Top Previous Next |
|
TrvActionTableProperties is the action for "Table | Table Properties" command. Unit RichViewActions; Syntax TrvActionTableProperties = class(TrvActionTableCell) Hierarchy TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction Description The action displays a dialog for editing table properties. If the table has no selection (i.e. the caret is placed to the right or to the left of the table), this dialog has one page ("Table"). If there is a multicell selection or an edited cell, the dialog has two additional pages ("Rows" and "Cells"). The same dialog is shown by TrvActionItemProperties action. But TrvActionItemProperties edits properties of an item at the position of caret. For example, if a picture inside a table is selected, TrvActionItemProperties edits this picture, while TrvActionTableProperties edits this table. |