Show: Delphi
C++
Display Preferences
WebModu.TWebAppDataModule
From XE2 API Documentation
Delphi
TWebAppDataModule = class(TCustomWebAppDataModule)
C++
class PASCALIMPLEMENTATION TWebAppDataModule : public TCustomWebAppDataModule
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| class | public | WebModu.pas WebModu.hpp |
WebModu | WebModu |
Description
TWebAppDataModule is used as the WebSnap application module when there is no need to generate a page.
TWebAppDataModule 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 TWebAppDataModule when it creates a TWebAppDataModule. System components may be added or removed later. TWebAppComponents is the component in a TWebAppDataModule that references all of the system components in use by the WebSnap application.