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;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!