WebAdapt.TCustomAdapter
From RAD Studio API Documentation
Delphi
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 PASCALIMPLEMENTATION TCustomAdapter : public System::Classes::TComponent
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| class | public | WebAdapt.pas WebAdapt.hpp |
WebAdapt | WebAdapt |
Description
TCustomAdapter is a base class for adapter components.
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.