Vcl.Controls.TCustomGestureEngine.Flags

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Flags: TGestureEngineFlags read GetFlags;

C++

__property TGestureEngineFlags Flags = {read=GetFlags, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TCustomGestureEngine

Description

Returns a set of flags associated with the gesturing engine.

Use the Flags property to check whether the gesturing engine supports certain flags. For example, a mouse-based gesturing engine exposes the efMouseEvents flag to indicate that it uses mouse input as a source.

See Also