RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IWebApplicationInfo Interface

IWebApplicationInfo is the interface for the application adapter.

Pascal
IWebApplicationInfo = interface;
C++
__interface IWebApplicationInfo;

SiteComp

The TApplicationAdapter component implements IWebApplicationInfo. This interface, which the TWebAppComponents object publishes, allows the WebSnap application to obtain application. IWebApplicationInfo declares an ApplicationTitle property, which allows server-side scripts to use the title of the application. It also provides access to the application adapter object, which may provide additional application-level information.

Note: In C++, method declarations that use IWebApplicationInfo use the _di_IWebApplicationInfo type instead. This type is a DelphiInterface wrapper around the IWebApplicationInfo interface:
Note: typedef System::DelphiInterface< IWebApplicationInfo > _di_IWebApplicationInfo;
 

 

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