Spell checking for windows apps
Hi
the spell checking in the wwedit and memo edit is only for IOS OS x what can be used for windows to do spell checks like Grammarly but can't find the API for desktop application
Please assist
Johan
-
This is not part of FirePower. However this can be done through the FireMonkey architecture. For FireMonkey you need to create your own spell service for windows. For an example of how this is done see the file FMX.SpellChecker.Mac (comes with delphi) which has an example of doing it for the mac. You basically heed to define the service, and register it. This involves defining two methods which you can tie in to your own spell checker.
Once the service is registered the system will automatically use it to check spelling and suggest corrections.
Please sign in to leave a comment.
Comments
1 comment