Click or drag to resize

RichEdit.SaveToFile Method

X#
Save the current contents of the control to an RTF file.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD SaveToFile(
	cFileName,
	dwFormat
) AS USUAL CLIPPER
Request Example View Source

Parameters

cFileName (Optional)
Type: Usual
The name of the file to which you wish to save.
dwFormat (Optional)
Type: Usual
** missing parameter documentation **

Return Value

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