API:Web.DBXpressWeb.TSQLQueryTableProducer.Content

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

Delphi

function Content: string; override;

C++

virtual System::UnicodeString __fastcall Content();

プロパティ

種類 可視性 ソース ユニット
function public
Web.DBXpressWeb.pas
Web.DBXpressWeb.hpp
Web.DBXpressWeb TSQLQueryTableProducer

説明

コンテンツプロデューサが作成した内容を返します。

Web.DBXpressWeb.TSQLQueryTableProducer.Content は Web.HTTPApp.TCustomContentProducer.Content を継承しています。以下の内容はすべて Web.HTTPApp.TCustomContentProducer.Content を参照しています。

コンテンツプロデューサが作成した内容を返します。

Content メソッドを呼び出して,HTTP レスポンスメッセージで使用するコンテンツを取得します。TCustomContentProducer は,空の文字列を返します。TCustomContentProducer の下位オブジェクトは,作成する内容の値を返します。この内容は有効な MIME タイプの場合もありますが,通常は HTML コマンドの文字列です。

関連項目