RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterActions Class

TAdapterActions manages the list of actions that belong to an adapter.

Pascal
C++
class TAdapterActions : public TAdapterSubComponent, public IWebActionsSubcomponent;

WebAdapt

TAdapterActions is the type of the Actions property on an adapter component. It manages a list that contains all the actions that belong to the adapter. The action objects (TBaseAdapterAction descendants) are available using the WebActions property. TAdapterActions also includes support for associating the actions with variable names so that server-side script can execute the actions. 

TAdapterActions represents the list of explicitly assigned actions. Adapters that include a set of default actions use a TAdapterDefaultActions object instead. 

 

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