Help Center

CRichEditCtx.SetSavedmethod

Windowsmethoddocumented

Syntax

FUNCTION SetSaved (BYVAL value AS BOOLEAN) AS HRESULT
Also documented as Saved — one description covers them all.

Parameters

NameDescription
valueThe value tomTrue if no changes have been made since the file was last saved, or the value tomFalse if there are unsaved changes.

Return value

(GET) The value tomTrue if no changes have been made since the file was last saved, or the value tomFalse if there are unsaved changes.

Description

Gets/sets a value that indicates whether changes have been made since the file was last saved.

Example

(GET) PROPERTY Saved () AS BOOLEAN (SET) PROPERTY Saved (BYVAL value AS BOOLEAN)

Reference

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