Click or drag to resize

RichEdit.Print Method

X#
Print the contents of the rich edit.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD Print(
	oPrintingDevice,
	oRange
) AS USUAL CLIPPER
Request Example View Source

Parameters

oPrintingDevice (Optional)
Type: Usual
The PrintingDevice object or printing device name that will receive the output. If omitted, a print dialog box is raised for the user to choose a print destination.
oRange (Optional)
Type: Usual
The range of characters to print. If omitted, the entire range of characters is printed.

Return Value

Type: Usual
TRUE if successful; otherwise, FALSE.
See Also