Soap.InvokeRegistry.THeaderList.Count

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property  Count: Integer read GetCount;

C++

__property int Count = {read=GetCount, nodefault};

Properties

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

Description

Indicates the number of headers in the list.

Count indicates the number of headers that the Headers property lists. To change the value of Count, you can add headers using the Add method, remove them using the Extract method, or remove all headers using the Clear method.

See Also