Admin Production rocket
Current Publication

MultiplePageTerminal Property

InfoConnect Desktop InfoConnect .NET API Guide V18.0.1
Rocket® InfoConnect 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.
MultiplePageTerminal Property
In This Topic
With InfoConnect, your PC can emulate a multi-page terminal that dynamically stores data. But some applications designed for Digital terminals require that the terminal have only a single page of memory (24 lines). If you're running a host application that requires single-page mode, set this property to False.
Syntax

                     
                     
'Declaration
 

                     
                     
Property MultiplePageTerminal As Boolean

                  

                     
                     
'Usage
 

                     
                     
Dim instance As IScreen
Dim value As Boolean
 
instance.MultiplePageTerminal = value
 
value = instance.MultiplePageTerminal

                  

                     
                     
bool MultiplePageTerminal {get; set;}

                  
See Also