Datasnap.DSHTTPClient.TDSHTTP.IHeaderList.Count

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Count: Integer read GetCount;

C++

__property int Count = {read=GetCount};

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSHTTPClient.pas
Datasnap.DSHTTPClient.hpp
Datasnap.DSHTTPClient IHeaderList

Description

Represents the number of HTTP headers in IHeaderList.

See Also