RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterImageField.HREF Property

Defines a URL that references the image associated with the adapter field.

Pascal
property HREF: string;
C++
__property AnsiString HREF;

Use the HREF property when this adapter field is associated with an external image file URL. Use the OnGetHREF event to dynamically define an external image file URL. If the image file will be dynamically generated, use the OnGetImage and OnGetImageParams event handlers instead of the HREF property or the OnGetHREF event handler. 

 

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