Help Center

CRichEditCtx.Savedmethod

Gets/sets the Saved property.

Windowsmethoddocumented

Syntax

PRIVATE PROPERTY CRichEditCtx.Saved () AS BOOLEAN

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:4339
  • Documented in Windows/WIndows Controls/RichEdit/CRichEditCtx Class.md
  • Topic: CRichEditCtx Class