Web.HTTPApp.TWebActionItems.Create

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also