Vcl.Touch.GestureCtrls.TCustomGestureRecorder.OnGestureRecorded

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnGestureRecorded: TGestureRecordedEvent read FOnGestureRecorded  write FOnGestureRecorded;

C++

__property TGestureRecordedEvent OnGestureRecorded = {read=FOnGestureRecorded, write=FOnGestureRecorded};

Properties

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

Description

Occurs when a new gesture has been recorded.

Write an event handler for OnGestureRecorded to obtain the gestures recorded by the TCustomGestureRecorder instance. The RecordedGesture parameter specifies the gesture that was recorded.

See Also