API:Web.WebFileDispatcher.TWebDirectoryItem.Create

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

Delphi

constructor Create(AOwner: TCollection; ADirectoryAction: TWebDirectoryAction; const ADirectoryMask: string); reintroduce;

C++

__fastcall TWebDirectoryItem(System::Classes::TCollection* AOwner, TWebDirectoryAction ADirectoryAction, const System::UnicodeString ADirectoryMask);

プロパティ

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

説明

TCollectionItem インスタンスを作成し初期化します。

Web.WebFileDispatcher.TWebDirectoryItem.Create は System.Classes.TCollectionItem.Create を継承しています。以下の内容はすべて System.Classes.TCollectionItem.Create を参照しています。

TCollectionItem インスタンスを作成し初期化します。

Create を呼び出してコレクション項目をインスタンス化することは避けてください。代わりに、新しい項目の所属先となるコレクションの Add メソッドを呼び出します。

Collection パラメータは、新しい項目の所属先となる TCollection インスタンスを指定します。

関連項目