Contents

hasEditedDocuments

A Boolean value indicating whether the receiver has any documents with unsaved changes.

Declaration

var hasEditedDocuments: Bool { get }

Discussion

The value of this property is true if the document controller contains documents with unsaved changes; otherwise, the value is false.

See Also

Managing Documents