Vcl.Controls.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
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls 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