RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomPanningWindow Class

This is an abstract base class that is used as an ancestor for users to implement a custom panning window.

Pascal
TCustomPanningWindow = class(TCustomControl);
C++
class TCustomPanningWindow : public TCustomControl;

Controls

To create a custom panning window, create a sub-class of this class and over-ride the method for the part of the implementation that you want to customize. 

 

TCustomPanningWindow 

GetIsPanning 

StartPanning 

StopPanning

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