RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapterImageField.OnGetHREF Event

Provides the URL of an external image file associated with this adapter field.

Pascal
property OnGetHREF: TImageFieldGetHREFEvent;
C++
__property TImageFieldGetHREFEvent OnGetHREF;

Implement OnGetHREF to dynamically identify the URL of an external image file associated with this adapter field. When OnGetHREF is called, the HREF parameter will contain the value of the HREF property. To dynamically generate an image file for this adapter file, implement the OnGetImage event handler instead. 

 

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