At this point we have a simple application that can save a memo's text to a stream in a DocFile. The next step is to read the text and display this saved data in the memo.
Here is the applications form
| Control | Caption | Name |
| TMemo | mem_Text | |
| TButton | Save | but_Save |
| TButton | Load | but_Load |
Before continuing with loading data from a stream, a look at opening and creating a stream is in order.
All information on these www pages is copyright (©) 1997 Andre .v.d. Merwe And may not be copied or mirrored without my permission.