FMX.Gestures.TGestureManager.RecordedGestures

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property RecordedGestures: TGestureArray read GetRecordedGestures;

C++

__property Fmx::Types::TGestureArray RecordedGestures = {read=GetRecordedGestures};

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

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

See Also