FMX.Types.TCustomGestureEngine.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
constructor public
FMX.Types.pas
FMX.Types.hpp
FMX.Types TCustomGestureEngine

Description

An abstract constructor that must be implemented in descending classes.

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

See Also