RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseAdapterAction.DoBeforeGetExecuteActionResponse Method

Calls event handlers before the adapter action response is formulated.

Pascal
procedure DoBeforeGetExecuteActionResponse(AActionRequest: IActionRequest; AActionResponse: IActionResponse); virtual;
C++
virtual __fastcall DoBeforeGetExecuteActionResponse(IActionRequest AActionRequest, IActionResponse AActionResponse);

DoBeforeGetExecuteActionResponse is called by GetExecuteActionResponse. The parent adapter's OnBeforeGetActionResponse event handler is called first. If it does not handle the action response then the OnBeforeGetResponse event handler is called. If either event handler handles the action response then the IActionResponse's Handled property is set to true. 

 

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