AGB  ·  Datenschutz  ·  Impressum  







Anmelden
Nützliche Links
Registrieren
Zurück Delphi-PRAXiS Programmierung allgemein Netzwerke idHttp and ContentRangeLength
Thema durchsuchen
Ansicht
Themen-Optionen

idHttp and ContentRangeLength

Ein Thema von sdean · begonnen am 13. Mär 2011
Antwort Antwort
sdean

Registriert seit: 5. Dez 2009
64 Beiträge
 
#1

idHttp and ContentRangeLength

  Alt 13. Mär 2011, 19:27
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 .
  Mit Zitat antworten Zitat
Antwort Antwort


Forumregeln

Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are aus

Gehe zu:

Impressum · AGB · Datenschutz · Nach oben
Alle Zeitangaben in WEZ +1. Es ist jetzt 22:55 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