[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Help with parser (Found It)
- To: address@hidden
- Subject: Re: Help with parser (Found It)
- From: Chris Thornton <address@hidden>
- Date: Tue, 13 Feb 2001 13:17:04 -0500
- Delivered-to: mailing list addict3list@mlm.addictive-software.com
- In-reply-to: <10151262030.20010213124234@thornsoft.com>
- Mailing-list: contact addict3list-help@mlm.addictive-software.com; run by ezmlm
- Organization: Thornsoft Development, Inc.
- References: <10151262030.20010213124234@thornsoft.com>
- Reply-to: <address@hidden>
The answer to my question about the parser was found in the docs for
ECM's PlusMemoParser.
Place a TAddictSpell3 on your form (or create one at run time), and when you
want your TPlusMemoU to be spell checked, simply do
Parser := TPlusMemoUControlParser.Create;
Parser.Initialize(PlusMemoU1);
AddictSpell31.CheckParser(Parser, ctxxx);
It's working fine now.
Please visit Addict Home Site.