Web.CGIHTTP.TCGIResponse.SetLogMessage

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetLogMessage(const Value: string); override;

C++

virtual void __fastcall SetLogMessage(const System::UnicodeString Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Web.CGIHTTP.pas
Web.CGIHTTP.hpp
Web.CGIHTTP TCGIResponse

Description

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

Web.CGIHTTP.TCGIResponse.SetLogMessage inherits from Web.HTTPApp.TWebResponse.SetLogMessage. All content below this line refers to Web.HTTPApp.TWebResponse.SetLogMessage.

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

Descendants of TWebResponse implement SetLogMessage to provide a method to set the 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