<< Click to display table of contents >> TrvActionTableCellVAlignTop |
TrvActionTableCellVAlignTop is the action for "Table | Align Cell to the Top" command.
Unit RichViewActions;
Syntax
TrvActionTableCellVAlignTop = class(TrvActionTableCellVAlign)
TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction |
Description
The action aligns contents of the selected table cells (or the edited cell) to top. It changes table.Cells[].VAlign to rvcTop.
This action does not introduce any new properties in addition to properties of TrvAction.
See also:
•TrvActionTableCellVAlignMiddle