API:FMX.Gestures.FindStandardGesture

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function FindStandardGesture(AGestureID: TGestureID; var AGestureData: TStandardGestureData): Boolean;
function FindStandardGesture(const AName: string; var AGestureID: TGestureID): Boolean;

C++

extern DELPHI_PACKAGE bool __fastcall FindStandardGesture(Fmx::Types::TGestureID AGestureID, TStandardGestureData &AGestureData)/* overload */;

Properties

Type Visibility Source Unit Parent
function public
FMX.Gestures.pas
FMX.Gestures.hpp
FMX.Gestures FMX.Gestures

Description

Embarcadero Technologies does not currently have any additional information.