RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapterDispatcher.DoAfterDispatchAdapterRequest Method

Generates an OnAfterDispatchAction and an OnAfterDispatchImage event.

Pascal
procedure DoAfterDispatchAdapterRequest(AObject: TObject);
C++
__fastcall DoAfterDispatchAdapterRequest(TObject * AObject);

TCustomAdapterDispatcher calls DoAfterDispatchAdapterRequest internally after calling on an adapter to handle a request. It calls this method both when the adapter indicates success and when it indicates failure in handling the request. 

DoAfterDispatchAdapterRequest assembles the parameters for an action request and generates an OnAfterDispatchAction event. It then assembles the parameters for an image request and generates an OnAfterDispatchImage event. 

AObject is the adapter that just handled the current request. 

 

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