Web.ApacheHTTP.TApacheResponse.SetContent
Delphi
procedure SetContent(const Value: AnsiString); override;
C++
virtual void __fastcall SetContent(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 the Content property. {{#multireplace:Web.ApacheHTTP.TApacheResponse.SetContent|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Web.HTTPApp.TWebResponse.SetContent|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.SetContent|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 the Content property.
Descendants of TWebResponse implement SetContent to provide a method for setting the Content property. This method is abstract (pure virtual) because response objects for different types of HTTP applications can store the value of the Content property differently.