Vcl.Touch.GestureCtrls.TCustomGesturePreview.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TCustomGesturePreview();

Properties

Type Visibility Source Unit Parent
destructor public
Vcl.Touch.GestureCtrls.pas
Vcl.Touch.GestureCtrls.hpp
Vcl.Touch.GestureCtrls TCustomGesturePreview

Description

Destroys an instance of TCustomGesturePreview.

Do not call Destroy directly. Instead, call Free, which checks that the list item is not nil before calling Destroy.

See Also