|
RAD Studio VCL Reference
|
Provides special processing when the user moves the mouse.
procedure MouseMove(Shift: TShiftState; X: Integer; Y: Integer); override;
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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|