RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterImageField.OnGetImage Event

Retrieves a stream containing the image file associated with this adapter field.

Pascal
property OnGetImage: TImageFieldGetImageEvent;
C++
__property TImageFieldGetImageEvent OnGetImage;

Implement OnGetImage to dynamically generate an image file associated with this adapter field. Don't implement OnGetImage if the image file is external. Instead implement OnGetHREF event handler or use the HREF property to specify the URL of an external image. 

 

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