FMX.Gestures.TGestureEngine.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TGestureEngine();

Properties

Type Visibility Source Unit Parent
destructor public
FMX.Gestures.pas
FMX.Gestures.hpp
FMX.Gestures TGestureEngine

Description

Frees an instance of the TGestureEngine class.

Do not call Destroy directly. It is called automatically when the monitored object is destroyed.

See Also