RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomGrid.MouseMove Method

Provides special processing when the user moves the mouse.

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

If the grid is in the middle of moving or resizing a row or column, or in the middle of selecting a range of cells using the mouse, MouseMove calculates the changes implied by the mouse move and provides visual feedback to the user. Finally, MouseMove generates an OnMouseMove event. 

 

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