在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
I found a Bug of Delphi XE3 Compiler,It may exists in XE4,XE5. Here is the code to show the bug procedure Test;overload; begin ShowMessage('procedure Test;'); end; procedure Test(Value:Integer);overload; begin if Value=1 then ShowMessage('procedure Test(Value:Integer);'); end; var T:procedure(Value:Integer); procedure TForm1.FormCreate(Sender:TObject); begin T:=@Test; T(1); end; We
but it shows "procedure Test;" 我们期待的结果应该是显示"procedure Test(Value:Integer);" 实际上显示的是"procedure Test;" 哪位帮忙在xe4,xe5上测试下,是否还存在此bug 谁有embarcadero的账号,请到qc提交。 |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论