Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Netzwerke (https://www.delphipraxis.net/14-netzwerke/)
-   -   idHttp and ContentRangeLength (https://www.delphipraxis.net/159083-idhttp-contentrangelength.html)

sdean 13. Mär 2011 19:27

idHttp and ContentRangeLength
 
Hi all , i found this function in a source code

Delphi-Quellcode:
function TDownThread.GetSize: Integer;
begin
  try
    if IdHttp<>nil then
    result := Max(IdHttp.Response.ContentLength,IdHttp.Response.ContentRangeLength)
    else
      result := 0;
  except
    result := 0;
  end;
  result := Max(0,result);
end;
But when i want to recompile it i get : undeclared identifier "ContentRangeLength"
could someone correct this please .


Alle Zeitangaben in WEZ +1. Es ist jetzt 00:13 Uhr.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz