RC-WinTrans Object Model Help |
ProjectFile.Parent
|
Type Info: |
Parent As ProjectFiles |
| Example: | Dim ProjFile As ProjectFile Dim ProjFiles As ProjectFiles Set ProjFile = Application.ActiveProjectFile Set ProjFiles = ProjFile.Parent |
| Remarks: | Read-only property. This property could be "Nothing" if the project file is returned with the "GetProjectFile" method of the translation project. |