RAD Studio VCL Reference
|
Adds the default action components to this adapter.
procedure AddDefaultActions(AComponents: TWebComponentList); override;
virtual __fastcall AddDefaultActions(TWebComponentList AComponents);
This method is called when the dataset adapter needs to generate the list of actions it supports by default (when you do not explicitly assign a set of actions to the adapter).
AComponents is an existing TWebComponentList object that this method fills with the default dataset actions.
This method adds the following action components to AComponents:
TDataSetAdapterDeleteRowAction
TDataSetAdapterBrowseRowAction
TDataSetAdapterCancelRowAction
TDataSetAdapterRefreshRowAction
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|