API:Vcl.ActnColorMaps.TTwilightColorMap.OnColorChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnColorChange: TNotifyEvent read FOnColorChange write FOnColorChange;

C++

__property OnColorChange;

Properties

Type Visibility Source Unit Parent
event published
Vcl.ActnColorMaps.pas
Vcl.ActnColorMaps.hpp
Vcl.ActnColorMaps TTwilightColorMap

Description

Occurs when one of the action's color properties changes.

Vcl.ActnColorMaps.TTwilightColorMap.OnColorChange inherits from Vcl.ActnMan.TCustomActionBarColorMap.OnColorChange. All content below this line refers to Vcl.ActnMan.TCustomActionBarColorMap.OnColorChange.

Occurs when one of the action's color properties changes.

Applications can't use the protected OnChange event. It is used internally to manage the relationship between the properties of the action and the corresponding properties of the action's clients.

Component writers can use OnChange in descendant objects to respond when the action's properties change.

OnColorChange is an event handler of type TNotifyEvent.

See Also