EditableMovie.CommitChanges
From Real Software Documentation
Method
EditableMovie.CommitChanges ( ) As Boolean
Commits changes to the EditableMovie manually. You can also do this using the class's Destructor.
It returns True if the commit is successful. If you set SaveOnClose to True, it will save changes automatically when the EditableMovie goes out of scope.
