<< Click to display table of contents >> TrvActionUserDefinedColor |
TrvActionUserDefinedColor allows changing a user-defined color.
Unit RichViewActions;
Syntax
TrvActionUserDefinedColor = class(TrvActionCustomColor)
TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction |
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.