RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IWebApplicationInfo.ApplicationAdapter Property

Provides access to the adapter that implements the fields and actions of the Application variable in server-side scripts.

Pascal
property ApplicationAdapter: TComponent;
C++
__property TComponent * ApplicationAdapter;

Read ApplicationAdapter to access the application adapter component. This is the adapter that implements the fields and actions of the Application variable in server-side scripts. Typically, this is an instance of TApplicationAdapter. 

 

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