Vcl.ExtCtrls.THeader.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~THeader();

Properties

Type Visibility Source Unit Parent
destructor public
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls THeader

Description

Frees the memory associated with the THeader object.

Do not call Destroy directly. Instead, use the Free method, which checks whether the THeader reference is nil before calling Destroy.

See Also