API:Web.DBWeb.TDSTableProducer

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

Web.HTTPApp.TCustomContentProducerSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTDSTableProducer

Delphi

TDSTableProducer = class(TCustomContentProducer)

C++

class PASCALIMPLEMENTATION TDSTableProducer : public Web::Httpapp::TCustomContentProducer

プロパティ

種類 可視性 ソース ユニット
class public
Web.DBWeb.pas
Web.DBWeb.hpp
Web.DBWeb Web.DBWeb

説明

TCustomContentProducer は,送信する HTTP レスポンスメッセージの内容となる文字列を作成するすべてのオブジェクトの基本クラスです。

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

TCustomContentProducer は,送信する HTTP レスポンスメッセージの内容となる文字列を作成するすべてのオブジェクトの基本クラスです。

TCustomContentProducer は,クラスを定義して HTTP レスポンスメッセージの内容を作成するときの基本クラスとして使用します。通常は,コンテンツプロデューサが HTML コマンドの文字列を解釈します。ただし,TCustomContentProducer の下位クラスを定義して有効な MIME タイプを作成することもできます。

関連項目