RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TApplicationAdapter Class

TApplicationAdapter is a container for field and action components that are available through the Application script variable.

Pascal
TApplicationAdapter = class(TCustomApplicationAdapter);
C++
class TApplicationAdapter : public TCustomApplicationAdapter;

By default, TApplicationAdapter contains a single field called Title that gets its value from the ApplicationTitle property. The TApplicationAdapter can be customized by adding additional field and action components. When writing server-side script, use the Application variable to access fields and actions of the ApplicationAdapter. For example, <%= Application.Title %> writes the title of the application. 

 

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