ImageEn, unit iexRichEdit |
|
TIERichEdit.Print
Declaration
procedure Print(const Caption: string);
Description
Formats and prints the contents of the control.
Use Print to print the contents of a rich edit control. The Caption parameter specifies the title that appears in the print manager and on network title pages.
IERichEdit1.Print('My Document Name');