RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapterImageField.ImplWebImageHREF Method

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

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

ImplWebImageHREF is called by WebImageHREF. If the OnGetHREF event handler is not nil (Delphi) or NULL (C++), ImplWebImageHREF will call it passing the value of the HREF property. 

 

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