Since a TWebImageControl corresponds to an HTML img tag, I miss corresponding properties for the alt and title attributes of the img tag.
You can do this with
WebImageControl.ElementHandle['alt'] := ...
Since a TWebImageControl corresponds to an HTML img tag, I miss corresponding properties for the alt and title attributes of the img tag.
You can do this with
WebImageControl.ElementHandle['alt'] := ...