InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreen Interface / MultiplePageTerminal Property


In This Topic
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
See Also