RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAggregate.OnUpdate Event

Occurs when the value of the aggregate is recalculated.

Pascal
property OnUpdate: TAggUpdateEvent;
C++
__property TAggUpdateEvent OnUpdate;

Write an OnUpdate event handler to respond when the aggregate value is recomputed. For example, write code in an OnUpdate event handler to invalidate any controls that display the value of the aggregate so that they can repaint with the new value. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!