Windows 拼写检查和 Delphi 7?

发布于 2024-09-09 06:32:07 字数 129 浏览 0 评论 0原文

Windows 中是否有拼写检查(如 Mac OS X)?如果是的话,有什么方法可以在delphi 7上的richedit上使用吗?

我一直试图在互联网上找到答案,但到目前为止还没有答案。

代码表示赞赏。 谢谢!

Is there a spell check in Windows (like in Mac OS X)? If yes, is there any way to use on a richedit on delphi 7?

I've been trying to find that answer on the internet but so far no answer.

code is appreciated.
thanks!

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

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

发布评论

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

评论(1

栀梦 2024-09-16 06:32:07

Windows 中没有内置的拼写检查功能。应用程序需要自己实现。当谈到 Delphi 时,您有多种选择,其中包括:

Addict 是更完整的解决方案之一,但我在 Addict 不可用的情况下成功使用 HunSpell。 Addict 和 DevExpress 都被编译到应用程序中。

There is no Built in Spell Check in Windows. Applications are required to implement there own. When it comes to Delphi you have several options, some of which include:

Addict is one of the more complete solutions, but I have used HunSpell successfully where Addict was not available. Addict and DevExpress are both compiled into the application.

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