RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDataSetAdapterDeleteRowAction.OnBeforeExecute Event

Called before the adapter action is executed.

Pascal
property OnBeforeExecute: TActionExecuteHandledEvent;
C++
__property TActionExecuteHandledEvent OnBeforeExecute;

Implement OnBeforeExecute to do something before the action is executed. The Params parameter contains the adapter action parameters (name/value pairs) that were passed in the HTTP request. Set the Handled flag to prevent the action from being executed. OnBeforeExecute is called by DoBeforeExecuteActionRequest. 

 

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