TWebImageControl hyperlink

Is there a way to add a hyperlink to a TWebImageControl?

Also, when creating an img tag within the project HTML file, how do I add that image to an existing panel on the form?

Thanks,

You can use the WebImageControl .OnClick event to redirect the app to the target link.
You link an IMG tag to a control via the ElementID property.