FMX.Types.TCustomGestureEngine.GetFlags

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetFlags: TGestureEngineFlags; virtual; abstract;

C++

virtual TGestureEngineFlags __fastcall GetFlags() = 0 ;

Properties

Type Visibility Source Unit Parent
function protected
FMX.Types.pas
FMX.Types.hpp
FMX.Types TCustomGestureEngine

Description

Returns the gesturing engine flags.

Override GetFlags in descending classes to obtain the flags associated with a gesturing engine. GetFlags is the getter method for the Flags property.

See Also