Contents

saveAllDocuments(_:)

As the action method called by the Save All command, saves all open documents of the application that need to be saved.

Declaration

@IBAction func saveAllDocuments(_ sender: Any?)

See Also

Related Documentation

Responding to Action Messages