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

Description

Reads the value of the LogMessage property.

GetLogMessage is the protected access function for LogMessage property.

See Also