Web.WebBroker.TWebApplication.CreateForm

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CreateForm(InstanceClass: TComponentClass; var Reference); virtual;

C++

virtual void __fastcall CreateForm(System::Classes::TComponentClass InstanceClass, void *Reference);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Web.WebBroker.pas
Web.WebBroker.hpp
Web.WebBroker TWebApplication

Description

Registers the single Web module with the Web application.

Do not call CreateForm in an application. The module manager calls CreateForm internally to register the Web module for the Web application.

CreateForm registers the class of the Web module for the application.

See Also