RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDecisionSource.OnLayoutChange Event

Occurs immediately after decision controls are updated to reflect a change to the pivot state of the decision source.

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

Write an OnLayoutChange event handler to respond to changes in the configuration of the active dimensions. OnLayoutChange occurs when the pivot or drill state changes, but the information cached by the decision cube remains the same. When OnLayoutChange occurs, the information the decision source can potentially provide does not change, only the current configuration of that information. To respond to changes in the data cached by the decision cube, use the OnNewDimensions event. 

 

OnAfterPivot 

OnNewDimensions 

TDecisionPivot 

Using Decision Sources

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