Vcl.Controls.TCustomGestureEngine

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

System.TObjectTCustomGestureEngine

Delphi

TCustomGestureEngine = class

C++

class PASCALIMPLEMENTATION TCustomGestureEngine : public System::TObject

プロパティ

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

説明

TCustomGestureEngine は、すべてのジェスチャ エンジンの抽象基底クラスです。

TCustomGestureEngine は、特化した実際のジェスチャ エンジンの親となる基底クラスです。ジェスチャ エンジンとは、ジェスチャ機能をサポートする入力デバイスと VCL フレームワークの間の橋渡しをするクラスです。たとえば、マウス デバイスを使ってジェスチャを作成することができます。

TCustomGestureEngine のインスタンスを作成しないでください。TCustomGestureEngine のメソッドはすべて、abstract と宣言されています。

関連項目