Soap.InvokeRegistry.THeaderList.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor  Destroy; override;

C++

__fastcall virtual ~THeaderList();

Properties

Type Visibility Source Unit Parent
destructor public
Soap.InvokeRegistry.pas
Soap.InvokeRegistry.hpp
Soap.InvokeRegistry THeaderList

Description

Destroys an instance of THeaderList.

Do not call Destroy directly. Instead, call Free. Free verifies that the THeaderList reference is not nil, and only then calls Destroy.

Destroy frees the THeaderList instance. If the OwnsObjects property is true, it also frees the header objects in the list.

See Also