API:FMX.Types.TCustomGestureManager.SelectGesture

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function SelectGesture(const AControl: TComponent; AGestureID: TGestureID): Boolean; overload; virtual; abstract;
function SelectGesture(const AControl: TComponent; const AName: string): Boolean; overload; virtual; abstract;

C++

virtual bool __fastcall SelectGesture(System::Classes::TComponent* const AControl, TGestureID AGestureID) = 0 /* overload */;
virtual bool __fastcall SelectGesture(System::Classes::TComponent* const AControl, const System::UnicodeString AName) = 0 /* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
FMX.Types.pas
FMX.Types.hpp
FMX.Types TCustomGestureManager

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.