Web.Win.IsapiHTTP.TISAPIResponse.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.Win.IsapiHTTP.pas
Web.Win.IsapiHTTP.hpp
Web.Win.IsapiHTTP TISAPIResponse

Description

Sets the value of the LogMessage property.

SetLogMessage is the protected method used by ISAPI response objects to set the LogMessage property.

See Also