Vcl.Touch.GestureCtrls.TCustomGestureRecorder.Gesture

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Gesture: TGestureCollectionItem read FGesture write FGesture;

C++

__property Vcl::Touch::Gesturemgr::TGestureCollectionItem* Gesture = {read=FGesture, write=FGesture};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Touch.GestureCtrls.pas
Vcl.Touch.GestureCtrls.hpp
Vcl.Touch.GestureCtrls TCustomGestureRecorder

Description

Specifies the recorded gesture.

Use Gesture to obtain the gesture that was recorded or is being currently recorded by this gesture recorder control. We recommend that you do not use the Gesture property directly; rather, write an OnGestureRecorded event handler to catch recorded gestures.

See Also