TrvActionUserDefinedColor.OnGetColor

<< Click to display table of contents >>

TrvActionUserDefinedColor.OnGetColor

Occurs when the action needs to know the current values of a color and an opacity.

property OnGetColor: TRVAEditEvent;

This even occurs when the action needs to initialize user interface controls with the proper values of a color and an opacity (an opacity is used only if UseOpacity = True).

If you process this event, assign the proper values to Color and Opacity properties.