Web.HTTPApp.TWebActionItems.Create

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

Delphi

constructor Create(WebDispatcher: TCustomWebDispatcher;
ItemClass: TCollectionItemClass);

C++

__fastcall TWebActionItems(TCustomWebDispatcher* WebDispatcher, System::Classes::TCollectionItemClass ItemClass);

プロパティ

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

説明

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

TWebActionItems に対してこのコンストラクタは呼び出さないでください。TWebActionItems は,TCustomWebDispatcher で処理されるように設計されています。TCustomWebDispatcher オブジェクトは,それ自体のコンストラクタ内で TWebActionItems を作成します。

関連項目