RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDataSetAdapterNewRowAction.OnAfterExecute Event

Called after the adapter action has executed.

Pascal
property OnAfterExecute: TActionExecuteEvent;
C++
__property TActionExecuteEvent OnAfterExecute;

Implement OnAfterExecute to do something after the action has executed. The Params parameter contains the adapter action parameters (name/value pairs) that were passed in the HTTP request. OnAfterExecute is called by DoAfterExecuteActionRequest. 

 

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