RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TEndUserAdapter.OnAfterExecuteAction Event

Occurs after an adapter action has executed.

Pascal
property OnAfterExecuteAction: TAdapterActionExecuteEvent;
C++
__property TAdapterActionExecuteEvent OnAfterExecuteAction;

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

 

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