RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IWebImageHREF Interface

IWebImageHREF is the interface for obtaining an HREF that addresses an image.

Pascal
IWebImageHREF = interface;
C++
__interface IWebImageHREF;

SiteComp

IWebImageHREF defines a single method, WebImageHREF, which supplies a URL for an image that should appear in HTML forms. This interface is used when server-side script addresses the Image.AsHREF property of an adapter.  

Adapter field objects that represent images (that is, adapter fields with an Image property) implement IWebImageHREF so that the image reference can be obtained from server-side script. Such adapter fields include TAdapterImageField and TDataSetAdapterImageField.

Note: Method declarations that use IWebImageHREF use the _di_IWebImageHREF type instead. This type is a DelphiInterface wrapper around the IWebImageHREF interface:

typedef System::DelphiInterfaceDelphiInterface_object< IWebImageHREF >  _di_IWebImageHREF;

 

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