Vcl.Touch.Gestures.TGestureEngine.Control
Delphi
property Control: TWinControl read FControl;
C++
__property Vcl::Controls::TWinControl* Control = {read=FControl};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | protected | Vcl.Touch.Gestures.pas Vcl.Touch.Gestures.hpp |
Vcl.Touch.Gestures | TGestureEngine |
Description
Specifies the control on which the gesture engine operates.
Control is a read-only property that specifies the control for which the gesture engine was created. TGestureEngine collects points from the control specified in the Control property.