Вниз
Скачать: CL | DM;

twebbrowser Как получить ссылки на которые ведут картинки?   Найти похожие ветки 

 
darkcoder   (2008-03-06 19:07) [0]

Как получить ссылки на которые ведут картинки?
<a href="нужно узнать что тут для данной картинки"><img src=""></a>
Код приведенные ниже пытался модифицировать, не вышло.

for i := 0 to EmbeddedWB1.OleObject.Document.Images.Length - 1 do
begin
    Document := Embeddedwb1.Document as IHtmlDocument2;
    // Retrieves the calculated width of the image.
   ImageWidth := Embeddedwb1.OleObject.Document.Images.Item(i).Width;
    // Retrieves the height of the image.
   ImageHeight := Embeddedwb1.OleObject.Document.Images.Item(i).Height;
    // Retrieves the file size of the image.
   ImageFileSize := (Document.Images.Item(i, 0) as IHTMLImgElement).FileSize;
    // Retrieves the entire URL that the browser uses to locate the image
   ImageHref := (Document.Images.Item(i, 0) as IHTMLImgElement).Href;
    // Retrieves a text alternative to the graphic.
   ImageTextAlternative := (Document.Images.Item(i, 0) as IHTMLImgElement).alt;
    // Show image information in a TListbox
   ListBox1.Items.Add(Format("%s : %d x %d Pixels; %s Bytes; %s",
      [ImageHref, ImageWidth, ImageHeight, ImageFileSize, ImageTextAlternative]));
  end;


 
darkcoder   (2008-03-07 00:29) [1]

решено



Страницы: 1 вся ветка

Скачать: CL | DM;



Память: 0.45 MB
Время: 0.016 c
6-1196884543
Norm Iridium
2007-12-05 22:55
2008.12.21
Delphi как получить HTML-код страницы? А через прокси?


15-1224814529
Slider007
2008-10-24 06:15
2008.12.21
С днем рождения ! 24 октября 2008 пятница


2-1226701334
istok2
2008-11-15 01:22
2008.12.21
аналог Longword в TFieldType


15-1224237256
balepa
2008-10-17 13:54
2008.12.21
BPascal


3-1211744065
j111
2008-05-25 23:34
2008.12.21
Копирование данных из одного набора данных в другой




   Наверх