<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.bishopphillips.com/riskwiki/index.php?action=history&amp;feed=atom&amp;title=BpcwwRichEdSpellChck</id>
	<title>BpcwwRichEdSpellChck - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.bishopphillips.com/riskwiki/index.php?action=history&amp;feed=atom&amp;title=BpcwwRichEdSpellChck"/>
	<link rel="alternate" type="text/html" href="https://www.bishopphillips.com/riskwiki/index.php?title=BpcwwRichEdSpellChck&amp;action=history"/>
	<updated>2026-07-02T21:26:10Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://www.bishopphillips.com/riskwiki/index.php?title=BpcwwRichEdSpellChck&amp;diff=187&amp;oldid=prev</id>
		<title>Bishopj: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://www.bishopphillips.com/riskwiki/index.php?title=BpcwwRichEdSpellChck&amp;diff=187&amp;oldid=prev"/>
		<updated>2026-04-12T06:37:07Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 06:37, 12 April 2026&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Bishopj</name></author>
	</entry>
	<entry>
		<id>https://www.bishopphillips.com/riskwiki/index.php?title=BpcwwRichEdSpellChck&amp;diff=186&amp;oldid=prev</id>
		<title>Bishopj: Created page with &quot;==bpcwwRichEdSpellChck - InfoPower RichEdit mod for spell checking==  Language: Delphi 7 - 2007   Wol2Wol&#039;s richedit component comes witb an MS spell checker version, but it u...&quot;</title>
		<link rel="alternate" type="text/html" href="https://www.bishopphillips.com/riskwiki/index.php?title=BpcwwRichEdSpellChck&amp;diff=186&amp;oldid=prev"/>
		<updated>2019-09-11T17:03:10Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;==bpcwwRichEdSpellChck - InfoPower RichEdit mod for spell checking==  Language: Delphi 7 - 2007   Wol2Wol&amp;#039;s richedit component comes witb an MS spell checker version, but it u...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==bpcwwRichEdSpellChck - InfoPower RichEdit mod for spell checking==&lt;br /&gt;
&lt;br /&gt;
Language: Delphi 7 - 2007&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Wol2Wol&amp;#039;s richedit component comes witb an MS spell checker version, but it uses early binding which is problematic if the target computer does not have MS Word installed or uses a version earlier than the one built into the component (or the Dev machine has a different MS Word server library installed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This version of the W2W rich edit control has been modified to use the BPC late binding MS Spellcheck and Thesaurius Wrapper&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
It requires the W2W / InfoPower rich edit controls.  Due to copyright restrictions, the code for this control can not be provided to non BPC Developers and requires a valid developer license for RichEdit.&lt;br /&gt;
&lt;br /&gt;
Refer [http://www.woll2woll.com/ http://www.woll2woll.com/]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
uses Windows, Messages, SysUtils, variants, classes, wwriched, ComCtrls, bpcMSSpellCheck, StdCtrls, ExtCtrls;&lt;br /&gt;
&lt;br /&gt;
type&lt;br /&gt;
  TbpcwwDBRichEditMSWord = class(TwwDBRichEdit)&lt;br /&gt;
   private&lt;br /&gt;
//     OrigWin32MajorVersion: integer;  reintroduce;&lt;br /&gt;
     FbpcMSSpellCheck : TbpcMSSpellCheck ;&lt;br /&gt;
     function Validserver : boolean;&lt;br /&gt;
//     procedure PopupMenuPopup(Sender: TObject); reintroduce;&lt;br /&gt;
   public&lt;br /&gt;
    WDocWin: OleVariant;&lt;br /&gt;
    FileName:string;&lt;br /&gt;
     Function MSWordSpellChecker: boolean; override;&lt;br /&gt;
     Procedure CopyRichEditTo(val: TCustomRichEdit); override;&lt;br /&gt;
   published&lt;br /&gt;
     property BPCMSSpellChecker : TbpcMSSpellCheck read FbpcMSSpellCheck write FbpcMSSpellCheck;&lt;br /&gt;
  end;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=BackLinks=&lt;br /&gt;
&lt;br /&gt;
{{#dpl: linksto={{FULLPAGENAME}} }}&lt;/div&gt;</summary>
		<author><name>Bishopj</name></author>
	</entry>
</feed>