View Single Post
 
Old 06-22-2012, 03:04 PM
XOR XOR is offline
Junior Member
 
Join Date: Jun 2012
Posts: 12
Default

Hello Norrit,

Sorry I did not fully understand what you said in the previous post. I've done as you suggested but stumbled upon this:

Code:
[Error] Unit1.pas(1421): Undeclared identifier: 'Images'
with this:

Code:
for i := 0 to WebBrowser1.Document.Images.Count do
as I am pretty new with the webbrowser I do not fully understand it yet.

- XOR

Last edited by XOR; 06-22-2012 at 03:27 PM.
Reply With Quote