RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterDispatcher.OnAfterDispatchImage Event

Occurs after the target adapter has finished handling an image request.

Pascal
property OnAfterDispatchImage: TDispatchImageEvent;
C++
__property TDispatchImageEvent OnAfterDispatchImage;

Write an OnAfterDispatchImage event handler to take specific action after an adapter has responded to an image request. Note that this event can occur even if the request does not request the value of an image field or if the adapter was not successful in its attempt to honor that request. 

 

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