backgroundcolorTrvActionColor

Properties   Methods   Events

<< Click to display table of contents >>

backgroundcolorTrvActionColor

Properties   Methods   Events

TrvActionColor is the action for "Background Color" command.

Unit RichViewActions;

Syntax

TrvActionCustomColor = class(TrvActionCustomColor)

hmtoggle_arrow1Hierarchy

Description

The action changes the target editor's Color property.

if rvfoSaveBack is included in the target editor's RVFOptions property, this change is made as an editing operation (and can be undone by the user)

The action calls GetControlPanel.OnBackgroundChange event.

This action does not introduce any new properties and events in addition to properties and events of TrvActionCustomColor.