|
RAD Studio VCL Reference
|
Called before the adapter action is executed.
property OnBeforeExecute: TActionExecuteHandledEvent;
__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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|