Web.Win.IsapiHTTP.TISAPIResponse.SetContent

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

Delphi

procedure SetContent(const Value: string); override;

C++

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

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
Web.Win.IsapiHTTP.pas
Web.Win.IsapiHTTP.hpp
Web.Win.IsapiHTTP TISAPIResponse

説明

Content プロパティを設定します。

SetContent は,ISAPI レスポンスオブジェクトが Content プロパティを設定するために使用するプロテクトメソッドです。

関連項目