Programming with Reflection

image\rwnprg32.gif SaveChanges property

 

Syntax

object.SaveChanges
object.SaveChanges = Value

Data type

Enumeration

 

Description

Returns (first syntax line) or specifies (second syntax line) how Reflection handles settings changes upon exiting.

Values

The default value is rcSaveChangesAsk

rcSaveChangesAsk Reflection displays the Save Changes on Exit dialog box if you have made any changes to settings and/or macros in the current session.

rcNo Reflection always exits without saving any changes.

rcYes Reflecion always saves changes on exit without prompting.

 

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this property