WebModu.TWebPageModuleHelper
Delphi
TWebPageModuleHelper = class(TSitePageModuleHelper)
C++
class PASCALIMPLEMENTATION TWebPageModuleHelper : public TSitePageModuleHelper
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.
WebModu.TWebPageModuleHelper inherits from WebModu.TSitePageModuleHelper. All content below this line refers to WebModu.TSitePageModuleHelper.
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.