RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDataSetAdapterRefreshRowAction.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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!