RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterDefaultActions Class

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

Pascal
TAdapterDefaultActions = class(TAdapterActions, IAddFieldsEditor);
C++
class TAdapterDefaultActions : public TAdapterActions, public IAddFieldsEditor;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!