API:FMX.Gestures.TGestureManager.SelectGesture

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
function public
FMX.Gestures.pas
FMX.Gestures.hpp
FMX.Gestures 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 !