Board index » delphi » TStrings from TMemoField problem
Nigel D. Scott
![]() Delphi Developer |
Thu, 16 Aug 2001 03:00:00 GMT
TStrings from TMemoField problem
Hi:
Using Delphi 3 and Paradox 7 the following fails MyStringList := TStringList.Create; The reason, of course, is that I am not copying a How can one copy from a TMemoField to a MyStringList.AddStrings(DBMemo1.Lines); I'm not. I'm working with a descendent of Thanks Nigel |