Programming with Reflection
SaveChanges property
Syntax |
|
Works with |
|
Data type |
Returns (first syntax line) or specifies (second syntax line) how changes to settings should be handled when a user exits Reflection.
The default value is rcChangesAskUser.
rcChangesNever Reflection closes without saving any changed settings.
rcChangesAskUser If settings have been changed, Reflection opens a dialog box that allows the user to save the changes, exit without saving, or cancel the Exit command.
rcChangesAlways Reflection saves any changed settings without prompting the user.
When Reflection is not visible (Visible = False) and the Quit method is used to exit, Reflection always closes without saving changed settings or displaying a dialog box, regardless of the value of SaveChanges.