API:Vcl.IMouse.TPanningWindow

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.Controls.TCustomPanningWindowVcl.Controls.TCustomControlVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTPanningWindow

Delphi

TPanningWindow = class(TCustomPanningWindow)

C++

class PASCALIMPLEMENTATION TPanningWindow : public Vcl::Controls::TCustomPanningWindow

Properties

Type Visibility Source Unit Parent
class public
Vcl.IMouse.pas
Vcl.IMouse.hpp
Vcl.IMouse Vcl.IMouse

Description

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

Vcl.IMouse.TPanningWindow inherits from Vcl.Controls.TCustomPanningWindow. All content below this line refers to Vcl.Controls.TCustomPanningWindow.

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.

See Also