RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDecisionSource.OnStateChange Event

Occurs when the DecisionCube property changes.

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

Write an OnStateChange event handler to respond when the DecisionCube property changes or when the decision cube's Active property changes. To respond to less drastic changes, use the OnNewDimensions event, the OnLayoutChange event, or the OnEndPivot event. 

 

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