API:Web.ApacheHTTP.TApacheResponse.SetStringVariable

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetStringVariable(Index: Integer; const Value: string); override;

C++

virtual void __fastcall SetStringVariable(int Index, const System::UnicodeString 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.

Web.ApacheHTTP.TApacheResponse.SetStringVariable inherits from Web.HTTPApp.TWebResponse.SetStringVariable. All content below this line refers to Web.HTTPApp.TWebResponse.SetStringVariable.

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.

See Also