API:Web.WebFileDispatcher.TWebFileExtensionItem.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TCollection; const AMimeType, AExtensions: string); reintroduce;

C++

__fastcall TWebFileExtensionItem(System::Classes::TCollection* AOwner, const System::UnicodeString AMimeType, const System::UnicodeString AExtensions);

Properties

Type Visibility Source Unit Parent
constructor public
Web.WebFileDispatcher.pas
Web.WebFileDispatcher.hpp
Web.WebFileDispatcher TWebFileExtensionItem

Description

Creates and initializes a TCollectionItem instance.

Web.WebFileDispatcher.TWebFileExtensionItem.Create inherits from System.Classes.TCollectionItem.Create. All content below this line refers to System.Classes.TCollectionItem.Create.

Creates and initializes a TCollectionItem instance.

Do not call Create to instantiate a collection item. Instead, call the Add method of the collection to which the item should belong.

Collection identifies the TCollection instance to which the new item belongs.

See Also