Vcl.Touch.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
Vcl.Touch.Gestures.pas
Vcl.Touch.Gestures.hpp
Vcl.Touch.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