Help Center

CRichEditCtx.SaveRtfNoObjsmethod

Saves the contents of the rich edit control to a file in rtf format with spaces in place of COM objects.

Windowsmethoddocumented

Syntax

PRIVATE FUNCTION CRichEditCtx.SaveRtfNoObjs (BYREF wszFilename AS WSTRING, BYVAL Overwrite AS BOOLEAN = FALSE, BYVAL dwFlagsAndAttributes AS DWORD = FILE_ATTRIBUTE_NORMAL) AS BOOLEAN

Description

Saves the contents of the rich edit control to a file in rtf format with spaces in place of COM objects.

For parameters and return values see the SaveRtf method.

Reference

  • Defined in AfxNova/CRichEditCtx.inc:3793
  • Documented in Windows/WIndows Controls/RichEdit/CRichEditCtx Class.md
  • Topic: CRichEditCtx Class