I want to read the contents of a memo field
to a string and then display it using
Canvas.TextRect. I want the displayed text
to go to a new line for each newline character in the
memo. When I read the memo using
MyText := MTable.FieldByName('MemoField').AsString,
and I display it with TextRect, I get little rectangles where
the line feed characters go. How can I read the memo
and display it with the proper line feed display?
--
Bob-o-Bob
Delphi and MFC Programming
The opinions expressed by Bob are in no way
supported by his parents.