Vcl.Touch.Gestures.TGestureEngine.TargetControl

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TargetControl: TControl read FTargetControl write FTargetControl;

C++

__property Vcl::Controls::TControl* TargetControl = {read=FTargetControl, write=FTargetControl};

Properties

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

Description

Specifies the control that receives the currently recognized gesture.

Use TargetControl to check the control that receives the currently recognized gesture. TargetControl is determined automatically by the gesturing engine when a gesture is recognized.

TargetControl is either the control specified by the Control property or one of its children.

See Also