如何转义 Delphi 中的保留字?

发布于 2024-08-06 17:52:43 字数 75 浏览 11 评论 0原文

我需要转义保留字以将其用作 Delphi 中的标识符。我认为这是通过使用&符号“&”来完成的,但这似乎不起作用。还有其他建议吗?

I need to Escape a reserved word to use it as an identifier in Delphi. I thought that was accomplished by using the ampersand "&", but that doesn't seem to be working right. Any other suggestions?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

回眸一笑 2024-08-13 17:52:43

我找到了 文档页面 (搜索扩展语法),它应该是&符号。

找出问题所在了。 & 符号用于编译和错误洞察,但不适用于代码完成。很高兴知道。我必须添加一个 _ 后缀才能使代码完成正常工作,然后在后文中将其改回来。我应该检查 QC 是否有错误报告。

I found the doc page (search for Extended Syntax) on it, and it should be ampersand.

Figured out the problem. The ampersand works for compiling and error insight, but not code completion. Good to know. I had to add an _ suffix to get code completion to work, then change it back afterwords. I should check QC for a bug report.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文