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(...);