Show: Delphi C++
Display Preferences

WebModu.TCustomWebAppPageModule

From XE2 API Documentation
Jump to: navigation, search

WebModu.TCustomWebPageModuleWebModu.TCustomWebDataModuleSystem.Classes.TDataModuleSystem.Classes.TComponentSystem.Classes.TPersistent
TCustomWebAppPageModule

Delphi

TCustomWebAppPageModule = class(TCustomWebPageModule, IGetWebAppServices,

C++

class PASCALIMPLEMENTATION TCustomWebAppPageModule : public TCustomWebPageModule

Properties

Type Visibility Source Unit Parent
class public
WebModu.pas
WebModu.hpp
WebModu WebModu

Description

TCustomWebAppPageModule is the base class for WebSnap application data modules that can produce Web pages.

Use TCustomWebAppPageModule as a base class for defining data modules that function as the main Web module in a WebSnap application and that have an associated Web page. As the application module, TCustomWebAppPageModule provides access to the IWebAppServices interface that allows the WebSnap application to create a Web context for incoming requests and to forward requests to a dispatcher for handling. As a Web page module, TCustomWebAppPageModule generates an associated Web page. This Web page is returned by default when incoming request messages do not specify what Web page they want.

See Also

Personal tools
Previous Versions
Translations