Controls.TCustomGestureManager.SelectGesture
From RAD Studio VCL Reference
Delphi Information
From Controls.pas
function SelectGesture(AControl: TControl; AGestureID: TGestureID): Boolean; overload; virtual; abstract; function SelectGesture(AControl: TControl; const AName: string): Boolean; overload; virtual; abstract;
Unit: Controls
Type: method
Visibility: public
Member Of: TCustomGestureManager
C++ Information
From Controls.hpp
virtual bool __fastcall SelectGesture(Controls::TControl * AControl, short AGestureID); virtual bool __fastcall SelectGesture(Controls::TControl * AControl, System::UnicodeString AName);
Unit: Controls
Type: method
Visibility: public
Member Of: TCustomGestureManager
Description
Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!