Why not just read your data into a TStringList and dump the contents onto your RichEdit?
FullFileData : TStrings;
FullFileData := TStringList.Create;
FullFileData.LoadFromFile(WorkingFilename);
I use this method in a program that parses out 100mb data regularly (into subfields in a treeview)...
Is there a way to force scrollbars to appear in design mode on a form?
I am using Intraweb currently (for web development) and need to create data off the bottom of the current page but can't get down there. Web pages are often way taller than the monitor they are designed on, so this can't be...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.