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

RE: Addict3 problem: checked works not being selected?



Marc,

You need to toggle the HideSelection property - for DBMemo, this property is
not published by Borland (we have asked that they look at fixing this for
D6). So you need to do:

     TMemo (DBMemo1).HideSelection := False;
     // SpellChecking	
     TMemo (DBMemo1).HideSelection := True;

HTH

Glenn Crouch mailto:address@hidden
Addictive Software Support  ICQ:36017076
mailto:address@hidden
http://www.addictive.net
 

<<attachment: winmail.dat>>



Please visit Addict Home Site.