Vcl.Controls.TCustomPanningWindow
Delphi
TCustomPanningWindow = class(TCustomControl)
C++
class PASCALIMPLEMENTATION TCustomPanningWindow : public TCustomControl
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Vcl.Controls.pas Vcl.Controls.hpp |
Vcl.Controls | Vcl.Controls |
Description
This is an abstract base class that is used as an ancestor for users to implement a custom panning window.
To create a custom panning window, create a subclass of this class and override the method for the part of the implementation that you want to customize.