API:Vcl.Touch.Gestures.TGestureEngine.GetFlags

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetFlags: TCustomGestureEngine.TGestureEngineFlags; override;

C++

virtual Vcl::Controls::TCustomGestureEngine::TGestureEngineFlags __fastcall GetFlags();

Properties

Type Visibility Source Unit Parent
function protected
Vcl.Touch.Gestures.pas
Vcl.Touch.Gestures.hpp
Vcl.Touch.Gestures TGestureEngine

Description

Returns the gesturing engine flags.

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

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