Search found 3 matches
- Fri Aug 31, 2007 9:14 am
- Forum: Support
- Topic: Inserting TRichViewEdit content into several table cells
- Replies: 4
- Views: 14046
- Thu Aug 30, 2007 12:05 pm
- Forum: Support
- Topic: Inserting TRichViewEdit content into several table cells
- Replies: 4
- Views: 14046
- Tue Aug 28, 2007 8:49 pm
- Forum: Support
- Topic: Inserting TRichViewEdit content into several table cells
- Replies: 4
- Views: 14046
Inserting TRichViewEdit content into several table cells
Hello! I have an application where i want to store the content of a TRichViewEdit into several table cells, the content is saved to a memorystream using SaveRVFToStream() and later on retrieved from the memory stream and inserted into a new TRichViewEdit that has a large table where every cell ...