Using RB Ent 11.02, Delphi 2006 Pro. Why doesn't the DBMemo component include a WordWrap property? It only has CharWrap, but I don't want words to be split between two lines.
By definition the DBMemo will wordwrap automatically if a line of text is longer than the component itself. If you would like to prevent the text from wrapping, try using the DBText component.
Comments
By definition the DBMemo will wordwrap automatically if a line of text is
longer than the component itself. If you would like to prevent the text
from wrapping, try using the DBText component.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Thanks!