Vcl.Controls.TCustomGestureEngine.Create

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

Delphi

constructor Create(AControl: TWinControl); virtual; abstract;

C++

__fastcall virtual TCustomGestureEngine(TWinControl* AControl) = 0 ;

プロパティ

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

説明

下位クラスで実装しなければならない抽象コンストラクタです。

下位クラスで Create メソッドをオーバーライドして、インスタンスの初期化を適切に実装してください。

関連項目