RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSiteModuleHelper Class

TSiteModuleHelper manages common tasks for Web modules in a WebSnap application.

Pascal
TSiteModuleHelper = class(TObject);
C++
class TSiteModuleHelper : public TObject;

Web modules create and use an instance of TSiteModuleHelper to keep track of WebSnap objects contained in the module and to generate OnActivate and OnDeactivate events when the Web module is activated and deactivated.  

You should not need to work directly with TSiteModuleHelper instances. The Web module creates and uses this object. 

 

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