[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Help with parser (Found It)



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.