API:FMX.Types.TCustomGestureManager.RemoveRecordedGesture
Delphi
procedure RemoveRecordedGesture(AGestureID: TGestureID); overload; virtual; abstract;
procedure RemoveRecordedGesture(const AGesture: TCustomGestureCollectionItem); overload; virtual; abstract;
C++
virtual void __fastcall RemoveRecordedGesture(TGestureID AGestureID) = 0 /* overload */;
virtual void __fastcall RemoveRecordedGesture(TCustomGestureCollectionItem* const AGesture) = 0 /* overload */;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure 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!