WebModu.TSitePageModuleHelper
From RAD Studio API Documentation
Delphi
TSitePageModuleHelper = class(TSiteModuleHelper)
C++
class PASCALIMPLEMENTATION TSitePageModuleHelper : public TSiteModuleHelper
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| class | public | WebModu.pas WebModu.hpp |
WebModu | WebModu |
Description
TSitePageModuleHelper manages common tasks for Web page modules in a WebSnap application.
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.