RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomPanningWindow.StartPanning Method

Tells the panning window to start the panning operation.

Pascal
function StartPanning(AHandle: THandle; AControl: TControl): Boolean; virtual; abstract;
C++
virtual __fastcall Boolean StartPanning(THandle AHandle, TControl * AControl) = 0;

Include this method in your code where you want the panning window to start the panning operation. 

 

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