InfoConnect for Unisys
Pages Property (IUtsTerminal)


Gets or sets the number of pages to use (1-9). The valid range of values is 1 - 9 inclusive.
Syntax
'Declaration
 
Property Pages As Integer
'Usage
 
Dim instance As IUtsTerminal
Dim value As Integer
 
instance.Pages = value
 
value = instance.Pages
int Pages {get; set;}
Remarks
A page is a data buffer from the host that consists of a specific number of columns and rows. The host application determines how many pages it sends to the PC. If you are not sure how many pages to specify here, contact your host administrator.
See Also