[OSM-dev] Help needed: Problems with DELETE (using Delphi-Indy)

Frederik Ramm frederik at remote.org
Sun Jun 15 17:16:27 BST 2008


Hi,

>  httpLink.request.Method:=Id_HTTPMethodPut;
>  Moutput.Lines.Text:=httpLink.Put(eURL.text,x);

>  httpLink.request.Method:=Id_HTTPMethodGet;
>  Moutput.Lines.Text:=httpLink.Get(eURL.text);

>  httpLink.Request.Method:=Id_HTTPMethodDelete;
>  s:=httpLink.Put(s,x);

I haven't a clue about Delphi but the last line seems a bit wrong, is 
there no "httpLink.Delete(...)"? And is Delphi case-insensitive or why 
is it "request" and later "Request"?

Bye
Frederik

-- 
Frederik Ramm  ##  eMail frederik at remote.org  ##  N49°00'09" E008°23'33"




More information about the dev mailing list