Datasnap.DSHTTPClient.TDSHTTP.IHeaderList.GetCount

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Datasnap.DSHTTPClient.pas
Datasnap.DSHTTPClient.hpp
Unit: Datasnap.DSHTTPClient
Parent: IHeaderList

Delphi

function GetCount: Integer;

C++

virtual int __fastcall GetCount() = 0 ;

Description

Gets the number of HTTP headers.

GetCount is the getter method for the Count property.

See Also