API:Bde.DBBdeWeb.TQueryTableProducer.Content
Delphi
function Content: string; override;
C++
virtual System::UnicodeString __fastcall Content();
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | public | Bde.DBBdeWeb.pas Bde.DBBdeWeb.hpp |
Bde.DBBdeWeb | TQueryTableProducer |
説明
コンテンツプロデューサが作成した内容を返します。
Bde.DBBdeWeb.TQueryTableProducer.Content は Web.HTTPApp.TCustomContentProducer.Content を継承しています。以下の内容はすべて Web.HTTPApp.TCustomContentProducer.Content を参照しています。
コンテンツプロデューサが作成した内容を返します。
Content メソッドを呼び出して,HTTP レスポンスメッセージで使用するコンテンツを取得します。TCustomContentProducer は,空の文字列を返します。TCustomContentProducer の下位オブジェクトは,作成する内容の値を返します。この内容は有効な MIME タイプの場合もありますが,通常は HTML コマンドの文字列です。