IsChanged property
See also Example
Determines whether a master has changed since it was opened.
Version added
2002
Syntax
boolRet = object.IsChanged
|
boolRet
|
Boolean. True if the master has changed since it was opened; otherwise, False (0).
|
object
|
Required. An expression that returns a Master object.
|