API: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

An abstract constructor that must be implemented in descending classes.

Vcl.Touch.Gestures.TGestureEngine.Create inherits from Vcl.Controls.TCustomGestureEngine.Create. All content below this line refers to Vcl.Controls.TCustomGestureEngine.Create.

An abstract constructor that must be implemented in descending classes.

Override the Create method in descendent classes to implement proper instance initialization.

See Also