SiteComp.IWebApplicationInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IWebApplicationInfo = interface

C++

__interface  INTERFACE_UUID("{B2E0A3B9-6FA7-11D4-A4B8-00C04F6BB853}") IWebApplicationInfo  : public System::IInterface

Properties

Type Visibility Source Unit Parent
interface
class
public
SiteComp.pas
SiteComp.hpp
SiteComp SiteComp

Description

IWebApplicationInfo is the interface for the application adapter.

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;

See Also

Personal tools
Translations