本文整理自网络,侵删。
解决方案Are you sure you have done everything to solve the warning? Maybe you could post the code for us to look at?
You can turn off the warning locally this way:
{$WARN NO_RETVAL OFF}function func(...): string;begin ...end;{$WARN NO_RETVAL ON}
相关阅读 >>
Delphi twebbrowser流程讲解及如何判断下载网页成功
Delphi 关于 class helper for ... 语法
Delphi tserversocket 发送消息之前检查客户端是否仍处于连接状态
更多相关阅读请进入《Delphi》频道 >>