Mike Ott wrote: > Hi Steve > > I'm sorry for such a trivial problem... > >> If you have a "styled" EditField ... then >> EditField1.copy >> >> Sven E > > I've been looking at the wrong side (clipboard class).
FYI, the more generic answer is to put multiple formats on the clipboard. So if you are copying text to the clipboard you would put plain text and RTF data on the clipboard. That way applications that don't understand styled text can just use the plain text. For applications like word processors, they can use the more specialized RTF data to recreate the stylings. _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
