RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomWebDataModule.SiteModuleHelper Property

References the helper object that keeps track of WebSnap objects in the module and generates OnActivate and OnDeactivate events.

Pascal
property SiteModuleHelper: TSiteModuleHelper;
C++
__property TSiteModuleHelper SiteModuleHelper;

Applications can't use the protected SiteModuleHelper property. TCustomWebDataModule uses this property internally to delegate tasks involved in managing the WebSnap components it contains and to generate the OnActivate and OnDeactivate events when the Web module is activated and deactivated. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!