Vcl.Touch.GestureMgr.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
Vcl.Touch.GestureMgr.pas
Vcl.Touch.GestureMgr.hpp
Vcl.Touch.GestureMgr TGestureManager

Description

Specifies the number of recorded gestures.

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

See Also