RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomDecisionGrid.MouseMove Method

Computes the drop site of a pivoting dimension.

Pascal
procedure MouseMove(Shift: TShiftState; X: Integer; Y: Integer); override;
C++
virtual __fastcall MouseMove(TShiftState Shift, int X, int Y);

MouseMove is called automatically when the user moves the mouse. After calling the inherited method, MouseMove calculates the new pivot state if a dimension is being dragged to a new location. 

When overriding the MouseMove 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!