API:Web.ApacheHTTP.TApacheResponse.GetLogMessage

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetLogMessage: string; override;

C++

virtual System::UnicodeString __fastcall GetLogMessage();

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 LogMessage property.

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

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

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

See Also