![]() |
idHttp and ContentRangeLength
Hi all , i found this function in a source code
Delphi-Quellcode:
But when i want to recompile it i get : undeclared identifier "ContentRangeLength"
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; could someone correct this please . |
Alle Zeitangaben in WEZ +1. Es ist jetzt 04:57 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz