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): string; override;
C++
virtual __fastcall AnsiString GetStringVariable(int Index);

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

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!