Vcl.Touch.GestureMgr.TGestureManager.RegisteredGestures

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class property RegisteredGestures: TGestureArray read GetRegisteredGestures;

C++

/* static */ __property Vcl::Controls::TGestureArray RegisteredGestures = {read=GetRegisteredGestures};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Touch.GestureMgr.pas
Vcl.Touch.GestureMgr.hpp
Vcl.Touch.GestureMgr TGestureManager

Description

Gives access to the gesture array of registered gestures.

Use the RegisteredGestures property to gain accesss to the internal array holding the registered gestures.

See Also