RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TApplicationAdapter.OnBeforeExecuteAction Event

Occurs before an adapter action is executed.

Pascal
property OnBeforeExecuteAction: TAdapterActionExecuteHandledEvent;
C++
__property TAdapterActionExecuteHandledEvent OnBeforeExecuteAction;

Implement OnBeforeExecuteAction 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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!