FMX.Gestures.TGestureManager.RecordedGestureCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property RecordedGestureCount: Integer read GetRecordedGestureCount;

C++

__property int RecordedGestureCount = {read=GetRecordedGestureCount, nodefault};

Properties

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

Description

Specifies the number of recorded gestures.

Use the RecordedGestureCount property to read the number of recorded gestures.

See Also