API:FMX.Types.TCustomTouchManager.FindGesture
Delphi
function FindGesture(AGestureID: TGestureID): TCustomGestureCollectionItem; overload;
function FindGesture(const AName: string): TCustomGestureCollectionItem; overload;
C++
TCustomGestureCollectionItem* __fastcall FindGesture(TGestureID AGestureID)/* overload */;
TCustomGestureCollectionItem* __fastcall FindGesture(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!