API:Vcl.IMouse.TPanningWindow

提供: RAD Studio API Documentation
移動先: 案内検索

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

プロパティ

種類 可視性 ソース ユニット
class public
Vcl.IMouse.pas
Vcl.IMouse.hpp
Vcl.IMouse Vcl.IMouse

説明

これは,ユーザーがカスタムパンウィンドウを実装するための上位クラスとして使用する抽象基本クラスです。

Vcl.IMouse.TPanningWindow は Vcl.Controls.TCustomPanningWindow を継承しています。以下の内容はすべて Vcl.Controls.TCustomPanningWindow を参照しています。

これは,ユーザーがカスタムパンウィンドウを実装するための上位クラスとして使用する抽象基本クラスです。

カスタムパンウィンドウを作成するには,このクラスのサブクラスを作成し,実装をカスタマイズする部分のメソッドをオーバーライドします。

関連項目