RC-WinTrans Object Model Help |
![]() |
The "TranslationProjects" object is a collection of "TranslationProject" objects.
Member | Description | |
---|---|---|
![]() |
Add | Adds a new translation project to the collection. Add( Name As String, Filename As String, SourceLanguage As String ) As TranslationProject
|
![]() |
Item | Returns the "TranslationProject" item at the specified index. Item( Index as Variant ) As TranslationProject
|
![]() |
Remove | Removes the translation project at the specified index. Remove( Index As Variant )
|
![]() |
Count | Returns the number of translation projects in the collection. |