Einzelnen Beitrag anzeigen

FaNIX

Registriert seit: 8. Okt 2007
36 Beiträge
 
#7

Re: Indy FTP Client Read Error (TidFTP)

  Alt 24. Jan 2008, 14:28
Zitat von Klaus01:
You can use the try except things to this:

Delphi-Quellcode:
try
// do some stuff
except on e:EIdReplyRFCError do
  begin
    // do exception handling
  end;
end;
[DCC Error] u_CAV_Check.pas(373): E2003 Undeclared identifier: 'EIdReplyRFCError'

  Mit Zitat antworten Zitat