<< Click to display table of contents >> TrvActionTableCellBorder |
TrvActionTableCellBorder is a base class for the actions changing cell borders.
Unit RichViewActions;
Syntax
TrvActionTableCellBorder = class(TrvActionTableMultiCellAttributes)
TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction |
Description
This action does not introduce any new properties in addition to properties of TrvAction.
This action is not used directly. The following actions are inherited from it:
•TrvActionTableCellRightBorder
•TrvActionTableCellBottomBorder
These actions change table.Cells[].VisibleBorders properties for the selected cells (or the edited cell). All these actions (except for TrvActionTableCellNoBorders) are checkbox-like buttons: they are checked if the corresponding sides of cells borders are visible.