RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TEndUserSessionAdapter.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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!