RC-WinTrans Object Model Help |
ProjectFile.SourceFileExist |
Type Info: |
SourceFileExist As Boolean |
Example: | Dim ProjFile As ProjectFile Dim Exist As Boolean Set ProjFile = Application.ActiveProjectFile Exist = ProjFile.SourceFileExist |
Remarks: | Read-only property.
|