Web.HTTPApp.TWebActionItems.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(WebDispatcher: TCustomWebDispatcher;  ItemClass: TCollectionItemClass);

C++

__fastcall TWebActionItems(TCustomWebDispatcher* WebDispatcher, System::Classes::TCollectionItemClass ItemClass);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
Web.HTTPApp.pas
Web.HTTPApp.hpp
Web.HTTPApp TWebActionItems

Beschreibung

Erstellt eine Instanz von TWebActionItems.

Rufen Sie den Konstruktor für TWebActionItems nicht auf. Dieses Objekt ist auf die Zusammenarbeit mit TCustomWebDispatcher abgestimmt. Das TCustomWebDispatcher-Objekt erzeugt in seinem eigenen Konstruktor TWebActionItems-Instanzen.

Siehe auch