WebAdapt.TAdapterActions
From RAD Studio API Documentation
Delphi
TAdapterActions = class(TAdapterSubComponent, IWebActionsSubcomponent)
C++
class PASCALIMPLEMENTATION TAdapterActions : public TAdapterSubComponent
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| class | public | WebAdapt.pas WebAdapt.hpp |
WebAdapt | WebAdapt |
Description
TAdapterActions manages the list of actions that belong to an adapter.
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.