RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCGIResponse.SetStringVariable Method

Provides the abstract (pure virtual) prototype of a method to set a string valued HTTP header property.

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

Descendants of TWebResponse implement SetStringVariable to provide a method by which string values are written to the internal table used to store HTTP header variables. The 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!