API:FMX.Gestures.TGestureManager.SelectGesture
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 */;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | FMX.Gestures.pas FMX.Gestures.hpp |
FMX.Gestures | TGestureManager |
Description
Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!