Also note that by default Tmemo becomes very, very slow when approaching the limits.
Hence what I described a week or so ago, where I was taking pains to prevent the amount of logged data displayed in a TMemo/TRichMemo from exceeding a few thousand lines.
I don't know what other participants think, but that really is a very, very large amount of data to put into a graphical control; in fact it reminds me of the problems that the database access facility of many a "productivity suite" had when asked to look at any non-trivial table.
I'd be tempted to look for something which was basically a frontend "window" onto a file, or- even better- a database. However the LCL/VCL's database controls have, TTBOMK, never played particularly nicely with database cursors etc.
MarkMLl