RC-WinTrans Object Model Help |
ProjectFile.SourceFileChanged |
Type Info: |
SourceFileChanged As Boolean |
Example: | Dim ProjFile As ProjectFile Dim Changed As Boolean Set ProjFile = Application.ActiveProjectFile Changed = ProjFile.SourceFileChanged |
Remarks: | Read-only property. This property only returns a valid value if the project document of the parent project is open. For an offline-check use "IsUpToDate" instead.
|