Otto, Greg (Commodities - NY) wrote:
> It seems like the TRichEditStrings class (a subclass of TStrings) in
> Delphi's ComCtrls.PAS does it all for you, although I haven't played with it
> extensively.
>  
> Unfortunately the class is not exposed outside the unit so you'd have to
> copy/paste this class into your code to use it however.  

TRichEditStrings does not parse any RTF at all. All it does is pump 
strings into and out of the associated TRichEdit control. All RTF 
parsing is done in Microsoft's code, not Borland's.

-- 
Rob


------------------------ Yahoo! Groups Sponsor --------------------~--> 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/i7folB/TM
--------------------------------------------------------------------~-> 

-----------------------------------------------------
Home page: http://groups.yahoo.com/group/delphi-en/
To unsubscribe: [EMAIL PROTECTED] 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/delphi-en/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to