RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebAppDataModule.AppServices Property

Provides read and write access to the application services stored in this TCustomWebAppDataModule object.

Pascal
property AppServices: IWebAppServices;
C++
__property IWebAppServices AppServices;

AppServices provides access to the application services implemented by a component in this Web application module. The application services component sets up the Web context for each incoming request message, passes incoming request objects on to a dispatcher for handling, and provides the final backstop for exceptions that arise while processing request messages. 

Typically, this property references the interface of a TWebAppComponents object. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!