RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TISAPIResponse.GetStringVariable Method

Extracts a string value from the internal table of HTTP header variables.

Pascal
function GetStringVariable(Index: Integer): AnsiString; override;
C++
virtual __fastcall AnsiString GetStringVariable(int Index);

The ISAPI response object uses GetStringVariable to access the properties that represent strings. 

 

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