FMX.Gestures.TGestureManager.RegisteredGestures

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class property RegisteredGestures: TGestureArray read GetRegisteredGestures;

C++

/* static */ __property Fmx::Types::TGestureArray RegisteredGestures = {read=GetRegisteredGestures};

Properties

Type Visibility Source Unit Parent
property public
FMX.Gestures.pas
FMX.Gestures.hpp
FMX.Gestures 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