RAD Studio VCL Reference
|
Provides the abstract (pure virtual) prototype of a method to set a string valued HTTP header property.
procedure SetStringVariable(Index: Integer; const Value: AnsiString); virtual; abstract;
virtual __fastcall SetStringVariable(int Index, const AnsiString Value) = 0;
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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|