|
<< Click to Display Table of Contents >> Navigation: Classes > THttpRequest > Methods > GetServerVariableValue |
SIGNATURE=IW.HTTP.Request.THttpRequest.GetServerVariableValue@string
ETYPE=Method
Declaration:
Delphi: |
public function GetServerVariableValue(const aVariableName: string): string; |
C++: |
public: __fastcall String GetServerVariableValue(const String aVariableName); |
Description: This is GetServerVariableValue, a member of class THttpRequest.