Web.ApacheHTTP.TApacheResponse.GetContent

From RAD Studio API Documentation

Delphi

function GetContent: AnsiString; override;

C++

virtual System::AnsiString __fastcall GetContent(void);

Properties

Type Visibility Source Unit Parent
function protected
Web.ApacheHTTP.pas
Web.ApacheHTTP.hpp
Web.ApacheHTTP TApacheResponse

Description

Provides the abstract (pure virtual) prototype of a method to access the Content property. {{#multireplace:Web.ApacheHTTP.TApacheResponse.GetContent|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Web.HTTPApp.TWebResponse.GetContent|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.GetContent|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Provides the abstract (pure virtual) prototype of a method to access the Content property.

Descendants of TWebResponse implement GetContent to provide an access method for their internal representation of the Content property. This method is abstract (pure virtual) because response objects for different types of HTTP applications store the value of the Content property differently.

See Also