Vcl.Controls.TControl.DoGetGestureOptions
Delphi
procedure DoGetGestureOptions(var Gestures: TInteractiveGestures;  var Options: TInteractiveGestureOptions); virtual;
C++
virtual void __fastcall DoGetGestureOptions(TInteractiveGestures &Gestures, TInteractiveGestureOptions &Options);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| procedure function | protected | Vcl.Controls.pas Vcl.Controls.hpp | Vcl.Controls | TControl | 
Description
Returns the interactive gestures and their options.
DoGetGestureOptions is used internally to access the interactive gestures and their options associated with a TControl.