TranslationProjects object
TranslationProject object
ProjectDocument object
ProjectFiles object
ProjectLanguages object

Represents a project used in RC-WinTrans.

Properties, Events and Methods

MemberDescription
CloseDocumentCloses the "TranslationProject" object's Document view.
CloseDocument()
ExportProjectExports a translation project as database based project (.fsmdb).
ExportProject(TargetProjFile As String, Name As String,
srcLang As String, tgtLang As String,[TargetLangsArray]) As Boolean
GetProjectFileReturns the project file with the given file name. The project file is loaded with the data of the given language(s).
GetProjectFile( ProjectFile As String, SourceLanguage As String,
TargetLanguage As String ) As ProjectFile
ImportFromProjectImports data from a translation project from and for a single target language.
ImportFromProject(FromProj As String, FromLang As String, ToLang As String,
enumData As ImportExportData, enumOption As ImportProjectOptions,
[HTMLReportFile As String], [showProgressDlg As Boolean = False]) As Boolean
IsModifiedReturns whether the project has been modified and not saved yet.
IsModified() As Boolean
IsUpToDateReturns whether if all files data are up-to-date for the given target language."Up-to-date" means that all source file data matches the data saved in the database.
IsUpToDate ( Language As String) As Boolean
OpenDocumentOpens the "TranslationProject" object's Document view.
OpenDocument()
ReloadReloads the translation project.
Reload() As Boolean
SaveSaves the translation project.
Save() As Boolean
UpdateDatabaseUpdates the data for all changed source files in the project for the given target language.
UpdateDatabase ( Language As String, DeletedItems As Variant, NewItems As Variant,
ChangedItems As Variant ) As Boolean
FilenameReturns the file name of the translation project or sets it.
NameReturns the name of the project or sets it.
ParentReturns the "TranslationProjects" collection.
ProjectDocumentReturns the corresponding "ProjectDocument" object.
ProjectFilesReturns the "ProjectFiles" collection.
ProjectLanguagesReturns the languages of the project as a collection of "ProjectLanguage" objects.
SourceFileChangedReturns if at least one source file of the project has been changed.


Last Updated: 08/18/09