RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebAppComponents.ApplicationAdapter Property

Provides access to the application adapter.

Pascal
property ApplicationAdapter: IWebApplicationInfo;
C++
__property IWebApplicationInfo ApplicationAdapter;

Use ApplicationAdapter to get or set the interface of the application adapter. The application adapter implements the fields and actions of the Application variable in server-side scripts. 

Typically, ApplicationAdapter is the interface of a TApplicationAdapter object. If the WebSnap application does not include a TApplicationAdapter component, or some other component that implements the IWebApplicationInfo interface, the value of this property is nil (Delphi) or NULL (C++). When ApplicationAdapter is nil (Delphi) or NULL (C++), the WebSnap application can't use the Application variable in server-side scripts. 

 

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