FMX.Types.TCustomGestureEngine.Create

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

Delphi

constructor Create(const AControl: TComponent); virtual; abstract;

C++

__fastcall virtual TCustomGestureEngine(System::Classes::TComponent* const AControl) = 0 ;

プロパティ

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

説明

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

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

関連項目