RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDataSetAdapterNewRowAction Class

TDataSetAdapterNewRowAction places the parent dataset adapter in insert mode.

Pascal
TDataSetAdapterNewRowAction = class(TDataSetAdapterRowAction);
C++
class TDataSetAdapterNewRowAction : public TDataSetAdapterRowAction;

DBAdapt

Add TDataSetAdapterDeleteRowAction to a dataset adapter (TDataSetAdapter) to support HTML forms that let users insert new database records. When this action is executed, it positions the dataset on the record specified in the current request, applies any updates in that request, and then puts the parent dataset adapter into insert mode. 

Server-side script addresses this action as the ‘NewRow' action of the parent adapter. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!