RichEdit.SaveToFile Method | |
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
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual SaveToFile(
Usual cFileName = default,
Usual dwFormat = default
)
Request Example
View SourceParameters
- 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