TRichEdit Printing


An even easier way to print both rich text and plain text documents is to use the Print method of the TRichEdit component. The Print method accepts a string parameter that you can use to name your current print job. This name appears in the print manager.

Here's an example of how to use the Print method:

RichEdit1.Print('TRichEdit Print Job');



Inside Delphi 2006
Inside Delphi 2006 (Wordware Delphi Developers Library)
ISBN: 1598220039
EAN: 2147483647
Year: 2004
Pages: 212
Authors: Ivan Hladni

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net