RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebApplication.CreateForm Method

Registers the single Web module with the Web application.

Pascal
procedure CreateForm(InstanceClass: TComponentClass; var Reference); virtual;
C++
virtual __fastcall CreateForm(TComponentClass InstanceClass,  Reference);

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!