RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomDecisionGrid.Notification Method

Links the buttons in TDecisionPivot to the decision source.

Pascal
procedure Notification(AComponent: TComponent; Operation: TOperation); override;
C++
virtual __fastcall Notification(TComponent * AComponent, TOperation Operation);

After calling the inherited method, Notification performs the necessary internal adjustments when new elements are added to the decision grid. When overriding the Notification method, be sure to call the inherited method. 

 

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