RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebModuleList.AddModule Method

Adds a module to the Items property array.

Pascal
procedure AddModule(AComponent: TComponent);
C++
__fastcall AddModule(TComponent * AComponent);

Call AddModule to add a newly instantiated Web module to the Items property array. 

AComponent is a Web module instance that is not already listed in the Items property array. It must be one of the objects created by a Web module factory from the Factory property array. 

 

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