Vcl.ComCtrls.TCustomHeaderControl.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TCustomHeaderControl();

Properties

Type Visibility Source Unit Parent
destructor public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomHeaderControl

Description

Destroy.

Do not call Destroy directly in an application. Call Free instead. Free verifies that the object variable is not nil, and only then calls Destroy.