Vcl.Touch.GestureMgr.TGestureManager.RecordedGestures

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property RecordedGestures: TGestureArray read GetRecordedGestures;

C++

__property Vcl::Controls::TGestureArray RecordedGestures = {read=GetRecordedGestures};

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 recorded gestures.

Use the RecordedGestures property to gain accesss to the internal array holding the recorded gestures.

See Also