GetQueryFieldValue

<< Click to Display Table of Contents >>

Navigation:  Classes > THttpRequest > Methods >

GetQueryFieldValue

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

 

ETYPE=Method

 

Declaration:

Delphi:

public function GetQueryFieldValue(const aQueryFieldName: string): string;

C++:

public: __fastcall String GetQueryFieldValue(const String aQueryFieldName);

 

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