RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterDefaultActions.DefaultWebComponents Property

Lists the action components that the associated adapter includes by default.

Pascal
property DefaultWebComponents: TWebComponentList;
C++
__property TWebComponentList DefaultWebComponents;

Read DefaultWebComponents to access the list of action components that the adapter uses when you do not explicitly add any actions to this object. Each default action is a descendant of TAdapterNamedAction. 

If you explicitly add action components to this object, the adapter uses the actions in the WebActions property instead. 

 

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