Vcl.Controls.TDragDockObject.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TDragDockObject(void);

Properties

Type Visibility Source Unit Parent
destructor public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TDragDockObject

Description

Destroys an instance of TDragDockObject.

Do not call Destroy directly. Instead, call Free.

Destroy frees the memory associated with the Brush property and then calls the inherited destructor.