RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TTwilightColorMap.OnColorChange Event

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

Pascal
property OnColorChange: TNotifyEvent;
C++
__property TNotifyEvent OnColorChange;

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!