API:Vcl.Touch.Gestures.FindStandardGesture
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(Vcl::Controls::TGestureID AGestureID, TStandardGestureData &AGestureData)/* overload */;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | Vcl.Touch.Gestures.pas Vcl.Touch.Gestures.hpp |
Vcl.Touch.Gestures | Vcl.Touch.Gestures |
Description
Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!