TrvActionTableCellBorder

Properties   Methods

<< Click to display table of contents >>

TrvActionTableCellBorder

Properties   Methods

TrvActionTableCellBorder is a base class for the actions changing cell borders.

Unit RichViewActions;

Syntax

TrvActionTableCellBorder = class(TrvActionTableMultiCellAttributes)

hmtoggle_arrow1Hierarchy

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:

TrvActionTableCellLeftBorder

TrvActionTableCellRightBorder

TrvActionTableCellTopBorder

TrvActionTableCellBottomBorder

TrvActionTableCellAllBorders

TrvActionTableCellNoBorders

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.