Vcl.Touch.Gestures.TGestureEngine.BroadcastGesture

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure BroadcastGesture(AControl: TControl; EventInfo: TGestureEventInfo);

C++

void __fastcall BroadcastGesture(Vcl::Controls::TControl* AControl, const Vcl::Controls::TGestureEventInfo &EventInfo);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Touch.Gestures.pas
Vcl.Touch.Gestures.hpp
Vcl.Touch.Gestures TGestureEngine

Description

Broadcasts a recognized gesture to the target control.

BroadcastGesture is used internally to broadcast the recognized gesture to the target control. BroadcastGesture finds the actual child control that subscribed to the recognized gesture and notifies it. If the found control subscribed to the gesture using an action, the action is executed.

See Also