FMX.Types.TCustomGestureManager.SelectGesture

From RAD Studio API Documentation
Jump to: navigation, search

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 */;

Properties

Type Visibility Source Unit Parent
function public
FMX.Types.pas
FMX.Types.hpp
FMX.Types TCustomGestureManager

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!