InfoConnect for Unisys
SpecialScroll Property


Gets or sets a value indicating whether to display any data received from the host on the subsequent page when the current page is filled.

Syntax
'Declaration
 
Property SpecialScroll As Boolean
'Usage
 
Dim instance As IT27Terminal
Dim value As Boolean
 
instance.SpecialScroll = value
 
value = instance.SpecialScroll
bool SpecialScroll {get; set;}
Remarks

If false, the data appears on the current page only. When the current page is filled, the cursor moves home on the same page, and the data received from the host overwrites the data currently on the screen.

See Also