RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSitePageModuleHelper Class

TSitePageModuleHelper manages common tasks for Web page modules in a WebSnap application.

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

WebModu

Web page modules create and use an instance of TSitePageModuleHelper to assist in the following tasks: 

Assembling the content of the associated Web page. 

Interacting with editor views at design time.  

Keeping track of WebSnap objects contained in the module.  

Generating the events that occur when the Web module is activated or deactivated, and when it dispatches or redirects a request for a Web page. 

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

 

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