RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDefaultFieldsAdapter.AddDefaultActions Method

Adds default action components to this adapter.

Pascal
procedure AddDefaultActions(AComponents: TWebComponentList); virtual;
C++
virtual __fastcall AddDefaultActions(TWebComponentList AComponents);

AddDefaultActions calls ImplGetActionsList. Descendant classes should override TCustomAdapter's ImplGetActionsList method to provide the list of default actions that will be automatically added to this adapter. 

 

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