HasField

<< Click to Display Table of Contents >>

Navigation:  Classes > THttpRequest > Methods >

HasField

SIGNATURE=IW.HTTP.Request.THttpRequest.HasField@string

 

ETYPE=Method

 

Declaration:

Delphi:

public function HasField(const aContentFieldName: string): Boolean;

C++:

public: __fastcall bool HasField(const String aContentFieldName);

 

Description: This is HasField, a member of class THttpRequest.