Web.ApacheHTTP.TApacheResponse.GetContent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetContent: string; override;

C++

virtual System::UnicodeString __fastcall GetContent();

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.

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

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