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'