Vcl.Touch.Gestures.TGestureEngine.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AControl: TWinControl); override;

C++

__fastcall virtual TGestureEngine(Vcl::Controls::TWinControl* AControl);

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.Touch.Gestures.pas
Vcl.Touch.Gestures.hpp
Vcl.Touch.Gestures TGestureEngine

Description

Creates a new instance of TGestureEngine.

Create creates a new instance of TGestureEngine. You should not call Create directly, because TGestureEngine is simply a base class and should not be created.

The AControl parameter specifies the controls that will be monitored by the gesturing engine.

See Also