Rocket® Reflection Desktop (formerly a product of Micro Focus or formerly a product of Open Text) documentation that was created prior to Rocket Software's acquisition of certain products from OpenText may contain outdated references to "Micro Focus” or “OpenText”, which are trademarks of OpenText. Rocket Software is not affiliated with Micro Focus or OpenText and has rebranded these products as Rocket® products.
string to display.
DisplayText(String) Method
In This Topic
Displays a string in the terminal window as though it had been received from the host.
Syntax
'Declaration
Overloads Function DisplayText( _ ByVal text As String _ ) As ReturnCode
'Usage
Dim instance As IScreen Dim text As String Dim value As ReturnCode value = instance.DisplayText(text)
ReturnCode DisplayText( string text )
Parameters
- text
- string to display.
Return Value
ReturnCode indicating success/failure/status
See Also