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