trichview.support
Re: Working with RVData instead of TRichViewEdit |
Author |
Message |
Sergey Tkachenko |
Posted: 02/04/2005 12:42:26 No, you cannot use editing methods in not inserted tables. But usually for document generation they are not needed, and even must be avoided because they are much slower than Add*** methods. As I understand, you read XML tags sequentially, so why not to add data in the same way - to the end of document/table cells? > Thanks Sergey. There's a problem with this for me, though; I'm building > a document from an XML DOM using a NodeIterator, and so far I've been > able to add items to the main TRichViewEdit with no problems, but I was > hoping to construct the table completely in memory before adding it to > the TRichView; I guess I can't actually apply formatting to data in a > table cell unless the table is part of a TRichViewEdit, then? > > The heart of the problem is the unpredictable level of recursion in tables. |
Powered by ABC Amber Outlook Express Converter