I iamy Unregistered / Unconfirmed GUEST, unregistred user! 2006-08-04 #4 uses IdBaseComponent, IdComponent, IdTCPConnection, IdTCPClient,IdHTTP; function GetUrl(sUrl : String):String; var idHttp : TIDHttp; begin idHttp := TIDHttp.Create(nil); try Result := idHttp.Get(sUrl); finally idHttp.Free; end; end;
uses IdBaseComponent, IdComponent, IdTCPConnection, IdTCPClient,IdHTTP; function GetUrl(sUrl : String):String; var idHttp : TIDHttp; begin idHttp := TIDHttp.Create(nil); try Result := idHttp.Get(sUrl); finally idHttp.Free; end; end;