Vcl.Controls.TCustomPanningWindow

提供:RAD Studio API Documentation

TCustomPanningWindowVcl.Controls.TCustomControlVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObject

Delphi

TCustomPanningWindow = class(TCustomControl)

C++

class PASCALIMPLEMENTATION TCustomPanningWindow : public TCustomControl

プロパティ

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

説明

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

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

関連項目