API: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

説明

Create は,コレクションを作成および初期化します。

Web.HTTPApp.TWebActionItems.Create は System.Classes.TCollection.Create を継承しています。以下の内容はすべて System.Classes.TCollection.Create を参照しています。

Create は,コレクションを作成および初期化します。

Create メソッドを呼び出すと,実行時に TCollection オブジェクトをインスタンス化できます。通常,TCollection の下位オブジェクトは,コレクションを使ってプロパティを実装するコンポーネントにより作成されます。

ItemClass は,コレクション内の項目を表すために必要な TCollectionItem の下位オブジェクトを識別します。Add メソッドはこのクラスを使用して,適切な型の項目を作成します。

関連項目