Vcl.Controls.TCustomPanningWindow

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.Controls.TCustomControlVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCustomPanningWindow

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.

See Also