RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapterImageField.ImplHandleRequest Method

Handles a request for the image file associated with this adapter field.

Pascal
function ImplHandleRequest(DispatchParams: IAdapterDispatchParams): Boolean; virtual;
C++
virtual __fastcall Boolean ImplHandleRequest(IAdapterDispatchParams DispatchParams);

ImplHandleRequest is called by HandleRequest. ImplHandleRequest extracts IImageRequest and IImageResponse from the AdapterRequest and AdapterResponse. ImplHandleRequest returns the result of RenderAdapterImage

 

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