TrvActionUserDefinedColor

Properties   Methods   Events

<< Click to display table of contents >>

TrvActionUserDefinedColor

Properties   Methods   Events

TrvActionUserDefinedColor allows changing a user-defined color.

Unit RichViewActions;

Syntax

TrvActionUserDefinedColor = class(TrvActionCustomColor)

hmtoggle_arrow1Hierarchy

Description

The action allows changing some color and (optionally) its opacity. You can provide the current color value in OnGetColor event, and apply a new color in OnColorSelected event.

Assign UseOpacity = True if you want to change a color opacity.