Vcl.ExtCtrls.THeader.Destroy
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.