RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomApplicationAdapter Class

TCustomApplicationAdapter is a base class for components that implement the server-side script Application object.

Pascal
TCustomApplicationAdapter = class(TDefaultFieldsAdapter, IWebApplicationInfo);
C++
class TCustomApplicationAdapter : public TDefaultFieldsAdapter, public IWebApplicationInfo;

WebAdapt

TCustomApplicationAdapter implements IWebApplicationInfo. This interface is used to support server-side scripting. TCustomApplicationAdapter automatically adds an adapter field that provides the application title. Additional fields and actions may be added to this adapter. They are accessed as named properties of the server-side script Application object. 

 

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