Spellcheck components for Delphi?

Addict Component Suite is the most complete one for Delphi, but it's not free.

Addict Component Suite is the most complete one for Delphi, but it's not free. But I think you are looking for freeware for your twitter utility, I have used LS Speller for free project and worked fine with me, it's based on ISpell, so you can update it with newer dictories. But there's no D2009 update yet, and seems it's not actively developed.

Another option to use the MS Word built in dictionary.

– Argalatyr Apr 5 '09 at 19:53 You are right, I modified it :-), thanks for the correction – Mohammed Nasman Apr 6 '09 at 5:38 IMO, Addict is well worth it. It's not free, but there's no royalty for distribution.It's continually updated, works with lots of 3rd-party memo/edit components, has lots of dictionaries, and can even integrate with the user's custom Word dictionary. Good stuff.

– Chris Thornton Jan 21 at 13:14.

You can use Aspell (Win32 version: aspell.net/win32/). In your Delphi project you could use the command line pipe interface: aspell pipe: C:\Programme\Aspell\bin>aspell pipe @(#) International Ispell Version 3.1.20 (but really Aspell 0.50.3) hello * world * helllo & helllo 18 0: hello, Helli, hell lo, hell-lo, hell, Heall, hallo, he'll, hullo, Heller, heller, hellos, Jello, jello, Halli, Holli, hallow, hollow wourld & wourld 12 0: world, would, wold, whorled, wield, weld, wild, wooled, whirled, worlds, woulds, word.

In the blog comments Ken just suggested LS Spell which uses the ISpell dictionaries. It is for Delphi 5, 6 and 7, so as long as it doesn't make explicit use of other string types might work fine.

I've been using Addict and have been pretty happy with it. I've used it mainly in conjunction with WPTools for mail merge & emailing.

If you can guarantee that your client always has MS Word installed, I'd suggest MS Word's built in spellchecker too with OLE automation.

I use the TRichView component as my "text editor" in my Delphi application. It supports many spellcheckers that work with Delphi. You may want to compare the ones that it supports: trichview.com/features/spellcheck.html.

DevExpress VCL also has a spell checker, though I have only played with a bit. I also own Addict which I use in software projects.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions