Controls.TInteractiveGestureFlags

From RAD Studio VCL Reference
Jump to: navigation, search

Contents

Delphi Information

From Controls.pas

	TInteractiveGestureFlags = set of TInteractiveGestureFlag;


Unit: Controls

Type: set

C++ Information

From Controls.hpp

	typedef System::Set<Controls::TInteractiveGestureFlag,0,2> TInteractiveGestureFlags;


Unit: Controls

Type: typedef

Description

Specifies a set of possible flags for an interactive gesture event.


TInteractiveGestureFlags is a set of flags attached to interactive gesturing events. The flags denote the state of an interactive gesture. TInteractiveGestureFlags can have one or more of the following values:



Value Meaning

gfBegin

The interactive gesture has just begun.

gfInertia

The interactive gesture is continuing inertially.

gfEnd

The interactive gesture is ending.



See Also

Personal tools
Translations
Newest Version