RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebAppPageModule Class

TWebAppPageModule is used as the WebSnap application module when the application module generates a page.

Pascal
TWebAppPageModule = class(TCustomWebAppPageModule);
C++
class TWebAppPageModule : public TCustomWebAppPageModule;

WebModu

Like TWebAppDataModule, TWebAppPageModule is a container for WebSnap system components such as dispatchers, global adapters, user list, and session components. The WebSnap Application Wizard automatically adds system components to the TWebAppPageModule when it creates a TWebAppPageModule. System components may be added or removed later. TWebAppComponents is the component in a TWebAppPageModule that references all of the system components in use by the WebSnap application. 

The WebAppPageModule is different from TWebAppDataModule because it generates a page. The PageProducer property references the producer component responsible for generating content. This property must not be nil (Delphi) or NULL (C++) or no content will be generated. The WebSnap Application Wizard automatically adds a page producer component when it creates a new TWebAppPageModule. 

 

Web Modules

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