RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IImageRequest Interface

IImageRequest is the interface for extracting the name of a requested image from an HTTP request message.

Pascal
IImageRequest = interface;
C++
__interface IImageRequest;

AdaptReq

Use IImageRequest to obtain the name of the image that an HTTP request message requests. You can obtain an IImageRequest interface by casting (Delphi) or calling QueryInterface on (C++) the interface that is the AdapterRequest property of the global Web context. 

 

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