Help Center

CRichEditCtx.SaveTextmethod

Saves the contents of the rich edit control in text format.

Windowsmethoddocumented

Syntax

PRIVATE FUNCTION CRichEditCtx.SaveText (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 in text format.

For parameters and return values see the SaveRtf method.

Reference

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