Web.HTTPApp.TWebResponse.Title

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

Delphi

property Title: string index 11 read GetStringVariable write SetStringVariable;

C++

__property System::UnicodeString Title = {read=GetStringVariable, write=SetStringVariable, index=11};

プロパティ

種類 可視性 ソース ユニット
property public
Web.HTTPApp.pas
Web.HTTPApp.hpp
Web.HTTPApp TWebResponse

説明

HTTP レスポンスメッセージの Content のタイトルを指定します。

Title プロパティを設定すると,HTTP レスポンスメッセージに Title ヘッダーを追加できます。Title は,レスポンスメッセージに含まれている情報に関連付けられたアプリケーション固有のオプションタイトルです。

関連項目