API:Vcl.Touch.GestureMgr.TGestureManager.SelectGesture

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function SelectGesture(AControl: TControl; AGestureID: TGestureID): Boolean; override;
function SelectGesture(AControl: TControl; const AName: string): Boolean; override;

C++

virtual bool __fastcall SelectGesture(Vcl::Controls::TControl* AControl, Vcl::Controls::TGestureID AGestureID)/* overload */;
virtual bool __fastcall SelectGesture(Vcl::Controls::TControl* AControl, const System::UnicodeString AName)/* overload */;

Propriétés

Type Visibilité  Source Unité  Parent
function public
Vcl.Touch.GestureMgr.pas
Vcl.Touch.GestureMgr.hpp
Vcl.Touch.GestureMgr TGestureManager

Description


Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !