
27.08.2010, 14:04
|
 |
Активный
|
|
Регистрация: 12.09.2008
Сообщения: 275
Репутация: 43
|
|
Код:
begin
idhttp1.Head('http://www.delphisources.ru/forum/images/misc/logo_ds_forum.gif');
memo1.Text:= inttostr(idhttp1.Response.ContentLength);
memo2.Text:= idhttp1.Response.RawHeaders.GetText;
end;
|