I have a copy of Delphi 6 and a simple email program that uses the Indy TIdMessage component. I want to remove lines 464-465 of IdMessage.pas then recompile the application. I'm having a hard time finding clear documentation, so I tried these…
I can send a POST request with TIdHTTP in Indy 8, but I don't know how to send a PUT request.
var
Params:TStrings;
Resp: TMemoryStream;//TMemoryStream;
URI, sResp: AnsiString;
begin
try
Params := TStringList.Create;
…
I have a project that was written in Delphi 6 and used Indy 8. I need to upgrade this project to Delphi 2005 and use Indy 10.
In Delphi 2005, when I open the Form containing the old Indy components, the following two errors occur:
Property…