Thema: Delphi Exceptionbehandlung!

Einzelnen Beitrag anzeigen

chris_82

Registriert seit: 26. Aug 2003
112 Beiträge
 
Delphi 6 Enterprise
 
#4

Re: Exceptionbehandlung!

  Alt 15. Dez 2003, 17:16
Also ich meine es So Am Bsp. "EIDProtocolReplyError", die tritt z.B. einmal mit der Meldung "Login incorrect" und ein anderes mal mit der Meldung "No such fiel or directory" auf nun will ich bei jeder Meldung einen anderen Messagedialog ausgeben

so in etwa

Delphi-Quellcode:
on EIDProtocolReplyError do
 if Meldung Login incorrect then
  messagedlg(...);
 if Meldung No such file or directory then
  messagedlg(...);
....oop und nun...??
http://www.sengewald.info
  Mit Zitat antworten Zitat