Web.HTTPApp.TWebActionItems.Create
Delphi
constructor Create(WebDispatcher: TCustomWebDispatcher; ItemClass: TCollectionItemClass);
C++
__fastcall TWebActionItems(TCustomWebDispatcher* WebDispatcher, System::Classes::TCollectionItemClass ItemClass);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
constructor | public | Web.HTTPApp.pas Web.HTTPApp.hpp |
Web.HTTPApp | TWebActionItems |
Description
Creates an instance of TWebActionItems.
Do not call the constructor for TWebActionItems. TWebActionItems is tailored to work with TCustomWebDispatcher. The TCustomWebDispatcher object creates TWebActionItems in its own constructor.