RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomWebAppDataModule.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 TCustomWebDataModule. This is the same as the value of the AppServices property. 

 

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