RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBasicAction.OnChange Event

Occurs when one of the action's properties changes.

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

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!