delphi 一个简单代码 请大家帮忙看一下 什么意思?
try
Post;
except
on E: EDatabaseError do
if HandelException(E)< >0 then
exit
else
raise;
end;
[Error] Unit1.pas(64): Undeclared identifier: 'HandelException'
[Error] Unit1.pas(64): Expression expected but '>' found
[解决办法]