Load null blob exception

Hi
I'm using the Blob logic as explain in xData Web Blob demo
But when blob is null, this fires an exception "Error loading image" (quite logic)

How to check before trying to set URL to ImageControl, that the blob is null ?

Thanks

You could use the TWebURLValidator before assigning the URL to TWebImageControl

Thanks Bruno
Works fine (I didn't think it was able to validate such context)

This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.