FMX.Types.TCustomTouchManager.SelectGesture

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function SelectGesture(AGestureID: TGestureID): Boolean; overload;
function SelectGesture(const AName: string): Boolean; overload;

C++

bool __fastcall SelectGesture(TGestureID AGestureID)/* overload */;
bool __fastcall SelectGesture(const System::UnicodeString AName)/* overload */;

Properties

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

Description

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