| RC-WinTrans Object Model Help |
Class ImportWizard
|
The "ImportWizard" object represents a wizard for the import of data. This wizard asks for all the necessary information that is needed for the import. The "ImportWizard" object must be newly created and then has to be initialized with the input data.
| Example: | ' create a new "ImportWizard" object Dim Wiz As New ImportWizard ' other way to create the object Dim Wiz As ImportWizard Set Wiz = New ImportWizard |
| Member | Description | |
|---|---|---|
![]() |
SetPreviewArray | Sets the array with data for the preview. SetPreviewArray(Array As Variant)
|
![]() |
Show | Makes import wizard dialog visible. Show() As Boolean
|
![]() |
Filename | Sets the name of the file for the import. |
![]() |
ImportHotkey | Returns whether the hotkeys should be imported. |
![]() |
ImportOnlyForNonTranslated | Returns whether the data should only be imported if the translation unit is not translated. |
![]() |
PositionMainResname | Returns the column position of the main resource name data. |
![]() |
PositionResname | Returns the column position of the resource name data. |
![]() |
PositionRestype | Returns the column position of the resource type data. |
![]() |
PositionSource | Returns the column position of the source language data. |
![]() |
PositionSourceFilename | Returns the column position of the source file name data. |
![]() |
PositionSourceHotkey | Returns the column position of the source hotkey data. |
![]() |
PositionTarget | Returns the column position of the target language data. |
![]() |
PositionTargetHotkey | Returns the column position of the target hotkey data. |
![]() |
Separator | Returns the separator or gets it. The "ShowSeparator" property must be set to "True" for the use of a separator. |
![]() |
ShowSeparator | Sets if the separator group box with the separator options should be visible or not. The "ShowSeparator" property must be set to "True" for the use of a separator. |
![]() |
SkipRows | Returns the number of leading rows to be skipped or sets it. |
![]() |
SourceLanguageCode | Sets the source language code. |
![]() |
TargetLanguageCode | Sets the target language code. |