RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSiteModuleHelper.Create Constructor

Creates and initializes an instance of TSiteModuleHelper.

Pascal
constructor Create(AModule: TComponent); virtual;
C++
virtual __fastcall TSiteModuleHelper(TComponent * AModule);

Web modules call the TSiteModuleHelper constructor from their own constructors. 

AModule is the Web module that is using the TSiteModuleHelper object to keep track of its components and activation events. The TSiteModuleHelper object becomes the value of the module's SiteModuleHelper property. 

 

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