RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
HTTPApp.TModuleAddedProc Type

TModuleAddedProc is the type of the OnModuleAdded event handler.

Pascal
TModuleAddedProc = procedure (AWebModule: TComponent) of object;
C++
(AWebModule: TComponent) ( TModuleAddedProc)();

AWebModule is the new Web module instance that was just added to the Items of a Web module list. 

 

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