API:FMX.Gestures.TGestureEngine

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Types.TCustomGestureEngineSystem.TObjectTGestureEngine

Delphi

TGestureEngine = class(TCustomGestureEngine)

C++

class PASCALIMPLEMENTATION TGestureEngine : public Fmx::Types::TCustomGestureEngine

Properties

Type Visibility Source Unit Parent
class public
FMX.Gestures.pas
FMX.Gestures.hpp
FMX.Gestures FMX.Gestures

Description

TCustomGestureEngine is the abstract base for all gesturing engines.

FMX.Gestures.TGestureEngine inherits from FMX.Types.TCustomGestureEngine. All content below this line refers to FMX.Types.TCustomGestureEngine.

TCustomGestureEngine is the abstract base for all gesturing engines.

TCustomGestureEngine is a base class for the real specialized gesturing engines. A gesturing engine is a class that provides a bridge between an input device capable of supporting gestures and the VCL framework. For example, a mouse device can be used to create gestures.

Do not create instances of TCustomGestureEngine. All TCustomGestureEngine methods are declared as abstract.

See Also