RC-WinTrans Object Model Help |
![]() |
The "Output" object represents the Output window in RC-WinTrans' Miscellaneous bar. The object can be used to write text information to the tab view.
Member | Description | |
---|---|---|
![]() |
AddText | Adds a text to the Output window. The string is added as a new line to the end of the current content. AddText( Text As String )
|
![]() |
Clear | Clears the Output window. All entries will be deleted. Clear()
|
![]() |
SetVisible | Sets the Output window to be visible in the Miscellaneous bar. SetVisible()
|