var fDesc=new Array(); fDesc[0] = "Polar SpellChecker Component adds SpellChecking capability to your Windows and Web based application supporting ActiveX/COM, DLL and .NET interface. Polar SpellChecker Component includes 14 dictionaries which are free to download and are fully functional with the trial version.

Full source code comes with the component - at no extra cost! Source code is valuable both for further customization as well as for security reasons. You will find such an extra value with no other SpellChecking component!

Built-in features make Polar SpellChecker Component the best choice for all Windows and Web application developers: it is intuitive to use, yet rich with advanced SpellChecking functionality.

Key features
- Easy integration with RichEdit and Edit text controls
- Language Tables Builder (SPT)
- building Polar SpellChecker Language Tables - support for every possible language
- Simultaneous use of multiple dictionaries
- Support for text statistics
- As-you-type spell checking and auto correction
- Informing the developer through events about everything that is going on inside the component
- dictionaries based on new and refined words lists (English (US), English (UK), German, French, Italian, Spanish, Dutch, Swedish, Danish, Latin, Slovenian , Czech, Croatian
and Polish)
- improved suggestion algorithm
- Non modal dialogs available
- Possibility to easily translate or modify dialog
- Zoom feature
- Allows you to zoom in RichTextBox and work with SpellChecker

SpellChecker Component is compatible with a wide range of development languages and platforms, including:
- MS Visual Basic
- MS Visual Basic .NET
- MS Visual C++
- MS Visual C++ .NET
- MS FoxPro for Windows
- MS Active Server Pages
- MS Active Server Pages .NET
- MS Visual C# .NET
- Borland C++Builder
- Borland Delphi
- Any other 32-bit programming environments that support ActiveX components"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }