Vcl.Touch.Gestures.TPlatformGestureEngine.Create
Delphi
constructor Create(AControl: TWinControl); override;
C++
__fastcall virtual TPlatformGestureEngine(Vcl::Controls::TWinControl* AControl);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
constructor | public | Vcl.Touch.Gestures.pas Vcl.Touch.Gestures.hpp |
Vcl.Touch.Gestures | TPlatformGestureEngine |
Description
Creates a new instance of TGestureEngine.
Vcl.Touch.Gestures.TPlatformGestureEngine.Create inherits from Vcl.Touch.Gestures.TGestureEngine.Create. All content below this line refers to Vcl.Touch.Gestures.TGestureEngine.Create.
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.