本文整理自网络,侵删。
解决方案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 读文件到十六进制的函数(Delphi 7 下可用)
Delphi 自定义colorbox只显示指定颜色项目 colorbox显示中文颜色名称
更多相关阅读请进入《Delphi》频道 >>