WebAdapt.TAdapterDefaultActions

From RAD Studio API Documentation
Jump to: navigation, search

WebAdapt.TAdapterActionsWebAdapt.TAdapterSubComponentWebComp.TWebContainerComponentSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObject
TAdapterDefaultActions

Delphi

TAdapterDefaultActions = class(TAdapterActions, IAddFieldsEditor)

C++

class PASCALIMPLEMENTATION TAdapterDefaultActions : public TAdapterActions

Properties

Type Visibility Source Unit Parent
class public
WebAdapt.pas
WebAdapt.hpp
WebAdapt WebAdapt

Description

TAdapterDefaultActions manages the list of actions that belong to an adapter that supports a default set of actions.

TAdapterDefaultActions is the type of the Actions property on an adapter component. It manages two lists of actions (TBaseAdapterAction descendants) that belong to the adapter: the list of actions that have been explicitly added to the adapter, and the list of actions that the adapter includes by default. The explicitly added action objects are available using the WebActions property. The default actions are available using the DefaultWebComponents property.

See Also

Personal tools
Translations