<< Click to display table of contents >> TrvActionColor |
TrvActionColor is the action for "Background Color" command.
Unit RichViewActions;
Syntax
TrvActionCustomColor = class(TrvActionCustomColor)
TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction |
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.