RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWinCGIRequest.GetFieldByName Method

A specific GetFieldByName method for the TWinCGIRequest object.

Pascal
function GetFieldByName(const Name: AnsiString): AnsiString; override;
C++
virtual __fastcall AnsiString GetFieldByName(const AnsiString Name);

GetFieldByName returns the Name field found in the Extra Headers section of the initialization file specified by the application. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!