RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TISAPIRequest.GetStringVariable Method

Extracts a string value from the extension control block.

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

GetStringVariable reads string values from the extension control block specified by the ECB property. The ISAPI request object uses GetStringVariable to access the properties that represent strings from the HTTP request headers. 

 

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