FMX.Gestures.TGestureManager.RegisteredGestureCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class property RegisteredGestureCount: Integer read GetRegisteredGestureCount;

C++

/* static */ __property int RegisteredGestureCount = {read=GetRegisteredGestureCount, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FMX.Gestures.pas
FMX.Gestures.hpp
FMX.Gestures TGestureManager

Description

Specifies the number of registered gestures.

Use the RegisteredGestureCount property to read the number of registered gestures.

See Also