API:FMX.Gestures.TGestureManager.RemoveRecordedGesture
Delphi
procedure RemoveRecordedGesture(AGestureID: TGestureID); override;
procedure RemoveRecordedGesture(const AGesture: TCustomGestureCollectionItem); override;
C++
virtual void __fastcall RemoveRecordedGesture(Fmx::Types::TGestureID AGestureID)/* overload */;
virtual void __fastcall RemoveRecordedGesture(Fmx::Types::TCustomGestureCollectionItem* const AGesture)/* overload */;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
public | FMX.Gestures.pas FMX.Gestures.hpp |
FMX.Gestures | TGestureManager |
Description
Removes a recorded gesture from the gesture manager.
FMX.Gestures.TGestureManager.RemoveRecordedGesture inherits from FMX.Types.TCustomGestureManager.RemoveRecordedGesture. All content below this line refers to FMX.Types.TCustomGestureManager.RemoveRecordedGesture.
Removes a recorded gesture from the gesture manager.
Override RemoveRecordedGesture in descending classes to implement support for removing recorded gestures from the gesture manager component.
RemoveRecordedGesture expects a TGestureID parameter specifying the ID of the recorded gesture to remove.