hi all
Is there any way to assign more memory for a Memo or RichEdit (if working with big files)
thanks
|
1
|
hi all Is there any way to assign more memory for a Memo or RichEdit (if working with big files) thanks
|
||
|
|
|
|
Allocate memory with |
||
|
|
|
|
Rather than load the whole file, wouldn't it be better to use the control as a 'window' to the data? Just load your data in chunks, loading more (and getting rid of some) as the user scrolls up or down. |
||
|
|
|
|
I would recommend switching to another edit control like SynEdit(it can load 80 mb of text file in few miliseconds). |
||||
|