<< Click to display table of contents >> TrvActionTableGrid |
TrvActionTableGrid is the action for "Table | Show Grid Lines" command.
Unit RichViewActions;
Syntax
TrvActionTableGrid = class(TrvAction)
TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction |
Description
The action shows/hides grid lines in tables. Grid lines are shown in places of invisible borders (zero border width, or sides hidden by VisibleBorders properties).
The action includes/excludes rvoShowGridLines in Options of the target editor.
This action does not introduce any new properties in addition to properties of TrvAction.