Returns if at least one source file of the project has been changed.

Type Info:

SourceFileChanged As Boolean
Example:
Dim Proj As TranslationProject
Dim Changed As Boolean

Set Proj = Application.ActiveProject
Changed = Proj.SourceFileChanged
Remarks: Read-only property.

See also:

Class TranslationProject

Last Updated: 08/23/04