RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapter Class

TCustomAdapter is a base class for adapter components.

Pascal
TCustomAdapter = class(TComponent, IIdentifyAdapter, IWebVariableName, IWebVariablesContainer, INotifyList, IWebSnapObjClass, IGetAdapterErrors, IGetAdapterErrorsList, INotifyWebActivate, IAdapterEditor, IGetAdapterFields, IGetAdapterActions, IIteratorSupport, IClearAdapterValues, IEchoAdapterFieldValues, IAdapterAccess, IGetAdapterHiddenFields, ICreateActionRequestContext, IWebDataFields, IWebActionsList, IAdapterNotifyAdapterChange, IIteratorIndex);
C++
class TCustomAdapter : public TComponent, public IIdentifyAdapter, public IWebVariableName, public IWebVariablesContainer, public INotifyList, public IWebSnapObjClass, public IGetAdapterErrors, public IGetAdapterErrorsList, public INotifyWebActivate, public IAdapterEditor, public IGetAdapterFields, public IGetAdapterActions, public IIteratorSupport, public IClearAdapterValues, public IEchoAdapterFieldValues, public IAdapterAccess, public IGetAdapterHiddenFields, public ICreateActionRequestContext, public IWebDataFields, public IWebActionsList, public IAdapterNotifyAdapterChange, public IIteratorIndex;

WebAdapt

TCustomAdapter implements interfaces used to access an adapter properties using server-side script. Most of the interface implementation methods call virtual functions. When defining new derived classes, override these virtual functions to customize the behavior of the adapter class. 

 

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