<< Click to display table of contents >> TrvActionTableCellVAlignDefault |
TrvActionTableCellVAlignDefault is the action for "Table | Default Cell Vertical Alignment" command.
Unit RichViewActions;
Syntax
TrvActionTableCellVAlignDefault = class(TrvActionTableCellVAlign)
TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction |
Description
The action sets the default alignment for the selected table cells (or the edited cell). It changes table.Cells[].VAlign to rvcVDefault. In this mode, cells use table.Rows[].VAlign.
This action does not introduce any new properties in addition to properties of TrvAction.
See also: