RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TISAPIResponse.SetStringVariable Method

Sets a string valued HTTP header property.

Pascal
procedure SetStringVariable(Index: Integer; const Value: string); override;
C++
virtual __fastcall SetStringVariable(int Index, const AnsiString Value);

SetStringVariable writes string values to the internal table used to store HTTP header variables. The ISAPI response object uses SetStringVariable to set the properties that represent strings. 

 

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