RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomWebAppPageModule.GetWebAppServices Method

Returns the IWebAppServices interface of the component that centralizes the dispatching of requests.

Pascal
function GetWebAppServices: IWebAppServices;
C++
__fastcall IWebAppServices GetWebAppServices();

GetWebAppServices returns the IWebAppServices interface that is stored in this Web application module. This is the same as the value of the AppServices property. 

 

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