Board index » delphi » TMemo.SetTextBuf not working with PChar
maratho...@aol.com (MARATHON99)
![]() Delphi Developer |
Wed, 22 Jul 1998 03:00:00 GMT
TMemo.SetTextBuf not working with PChar
I'm back with my favorite problem, how to get a TMemo to show 4,000
characters. I am loading a PChar from a file (using Fileseek to get to the middle, and However, when I use the following two commands (in line, one after the Memo1.SetTextBuf(LoadTextString); Memo1 only sometimes shows the information, while Memo2 always shows the I suspect that I need a primer on PChars ... but the Delphi docs and Any help would be greatly appreciated - e-mail or post. Thanks! |