InfoConnect API Guide
Attachmate.Reflection.Emulation.T27 Namespace / IT27Terminal Interface / Pages Property


In This Topic
    Pages Property (IT27Terminal)
    In This Topic

    Gets or sets the maximum number of pages to use. The valid range of values is 1 - 99 inclusive.

    Syntax
    'Declaration
     
    
    Property Pages As Integer
    'Usage
     
    
    Dim instance As IT27Terminal
    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 lines. The host application determines how many pages it sends to the PC.

    See Also