RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseAdapterAction Class

TBaseAdapterAction is a based class for adapter action components.

Pascal
TBaseAdapterAction = class(TWebContainedComponent, IWebVariableName, IWebEnabled, IGetAdapterItemRequestParams, IWebGetActionName, IWebGetDisplayLabel, IWebSnapObjClass, IAdapterActionAccess, IAdapterRequestHandler, IGetAdapterActionRedirectOptions, IGetHTMLStyle, IAdapterActionAttributes, IIteratorSupport, IIteratorIndex, IIsAdapterActionList, IWebIsDefaultAction);
C++
class TBaseAdapterAction : public TWebContainedComponent, public IWebVariableName, public IWebEnabled, public IGetAdapterItemRequestParams, public IWebGetActionName, public IWebGetDisplayLabel, public IWebSnapObjClass, public IAdapterActionAccess, public IAdapterRequestHandler, public IGetAdapterActionRedirectOptions, public IGetHTMLStyle, public IAdapterActionAttributes, public IIteratorSupport, public IIteratorIndex, public IIsAdapterActionList, public IWebIsDefaultAction;

WebAdapt

TBaseAdapterAction implements interfaces used to access an adapter action's 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 action class. 

 

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