[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: Addict3 problem: checked works not being selected?
- To: <address@hidden>
- Subject: RE: Addict3 problem: checked works not being selected?
- From: "Glenn Crouch - ESB" <address@hidden>
- Date: Mon, 12 Feb 2001 21:14:20 +0800
- Delivered-to: mailing list addict3list@mlm.addictive-software.com
- Importance: Normal
- Mailing-list: contact addict3list-help@mlm.addictive-software.com; run by ezmlm
- Reply-to: <address@hidden>
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.