Web.HTTPProd.TCustomPageProducer.Create

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

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TCustomPageProducer(System::Classes::TComponent* AOwner);

プロパティ

種類 可視性 ソース ユニット
constructor public
Web.HTTPProd.pas
Web.HTTPProd.hpp
Web.HTTPProd TCustomPageProducer

説明

CreateTCustomPageProducer のインスタンスを作成します。

Create コンストラクタを呼び出すと,TCustomPageProducer のインスタンスを作成および初期化できます。

継承コンストラクタを呼び出した後,Create は TStrings オブジェクトを割り当てて HTMLDoc プロパティを実装します。

関連項目