Web.ApacheHTTP.TApacheResponse.SetStringVariable
Delphi
procedure SetStringVariable(Index: Integer; const Value: AnsiString); override;
C++
virtual void __fastcall SetStringVariable(int Index, const System::AnsiString Value);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
protected | Web.ApacheHTTP.pas Web.ApacheHTTP.hpp |
Web.ApacheHTTP | TApacheResponse |
Description
Provides the abstract (pure virtual) prototype of a method to set a string valued HTTP header property. {{#multireplace:Web.ApacheHTTP.TApacheResponse.SetStringVariable|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Web.HTTPApp.TWebResponse.SetStringVariable|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Web.HTTPApp.TWebResponse.SetStringVariable|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
Provides the abstract (pure virtual) prototype of a method to set a string valued HTTP header property.
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.