Web.HTTPApp.TWebResponse.SetLogMessage

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

procedure SetLogMessage(const Value: string); virtual; abstract;

C++

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

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
Web.HTTPApp.pas
Web.HTTPApp.hpp
Web.HTTPApp TWebResponse

説明

LogMessage プロパティの値を設定するメソッドの抽象(純粋仮想)プロトタイプを提供します。

TWebResponse の下位オブジェクトは SetLogMessage を実装して,LogMessage プロパティの内部表現を設定する方法を提供します。異なるタイプの HTTP アプリケーションのレスポンスオブジェクトは,LogMessage プロパティの値を異なる方法で格納するので,このメソッドは抽象(純粋仮想)メソッドです。

関連項目