RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSplitter.MouseMove Method

Provides visual feedback of how the neighboring control would be resized.

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

After calling the inherited method, MouseMove computes the new boundaries of the neighboring control and draws a line where the new edge would be. The control is not actually resized until the mouse is released. 

 

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