RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapterImageField.WebImageHREF Method

Returns a URL that can be used to access the image file associated with this adapter field.

Pascal
function WebImageHREF(var AHREF: string): Boolean;
C++
__fastcall Boolean WebImageHREF(AnsiString AHREF);

WebImageHREF and GetAdapterItemRequestParams are used to identify the URL that is used to retrieve an image file associated with this adapter field. These functions are called when server-side script uses the Image.AsHREF property. WebImageHREF returns the result of ImplWebImageHREF

 

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