FMX.Types.TCustomGestureEngine.TGestureEngineFlags

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TGestureEngineFlags = set of TCustomGestureEngine.TGestureEngineFlag;

C++

typedef System::Set<TGestureEngineFlag, _DELPHI_SET_ENUMERATOR(TGestureEngineFlag::MouseEvents), _DELPHI_SET_ENUMERATOR(TGestureEngineFlag::TouchEvents)> TGestureEngineFlags;

Properties

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

Description

Specifies a set of flags associated with a gesturing engine.

TGestureEngineFlags specifies a set of flags that can be associated with a gesturing engine. The possible values of TGestureEngineFlags are listed in the following table.



Value Meaning

MouseEvents

The engine responds to mouse events.

TouchEvents

The engine responds to touch events.



See Also