RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebResponse.GetLogMessage Method

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

Pascal
function GetLogMessage: string; virtual; abstract;
C++
virtual __fastcall AnsiString GetLogMessage() = 0;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!