Click or drag to resize

RichEdit.SaveToFile Method (Typed)

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

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD SaveToFile(
	cFileName AS STRING,
	 dwFormat AS LONG
) AS LOGIC
Request Example View Source

Parameters

cFileName
Type: String
The name of the file to which you wish to save.
dwFormat
Type: Long
** missing parameter documentation **

Return Value

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