RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDecisionCube.OnRefresh Event

Occurs immediately before the dimension map is changed.

Pascal
property OnRefresh: TCubeRefreshEvent;
C++
__property TCubeRefreshEvent OnRefresh;

Write an OnRefresh event handler to take specific action when the dimension map changes. The DimMap parameter specifies the new value that is about to be set for the DimensionMap property. Use an OnRefresh event handler to change the properties of these dimension items before the DimensionMap property is set and the cache is rebuilt. This is also an opportunity to reset the MaxDimensions or MaxSummaries property to accommodate the dimension map that is about to be set. 

 

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