|
Top Previous Next |
|
TrvActionTableCellVAlignDefault is the action for "Table | Default Cell Vertical Alignment" command. Unit RichViewActions; Syntax TrvActionTableCellVAlignDefault = class(TrvActionTableCellVAlign) Hierarchy TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction TrvActionTableMultiCellAttributes 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: |