fontbackcolor TrvActionFontBackColor

Properties   Methods   Events

<< Click to display table of contents >>

fontbackcolor TrvActionFontBackColor

Properties   Methods   Events

TrvActionFontBackColor is the action for changing background color of the selected text.

Unit RichViewActions;

Syntax

TrvActionFontBackColor = class(TrvActionFontCustomColor)

hmtoggle_arrow1Hierarchy

Description

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

On execution, this action changes BackColor property of styles of the selected text (RVStyle.TextStyles[].BackColor).

See also the list of color changing actions in the topic about TrvActionCustomColor.