Soap.InvokeRegistry.THeaderList.Clear

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Clear;

C++

void __fastcall Clear();

Properties

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

Description

Empties the list and frees the TSOAPHeader objects.

Clear removes all of the headers from the list and, if the OwnsObjects property is true, frees each one . After a call to Clear, the value of the Count property is 0.

See Also