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


In This Topic
    DisplayMemoryBlocks Property
    In This Topic
    Gets or sets the number of 8K blocks allocated to display memory. Display memory contains both the information visible on the display and information that has scrolled off the display. It is a log of what has recently been sent from the host to the PC. This property determines the amount of memory you want to allocate to display memory. The default value is for 9 blocks of 8 kilobytes each, or 72K of display memory.
    Syntax
    'Declaration
     
    
    Property DisplayMemoryBlocks As Integer
    'Usage
     
    
    Dim instance As IScreen
    Dim value As Integer
     
    instance.DisplayMemoryBlocks = value
     
    value = instance.DisplayMemoryBlocks
    int DisplayMemoryBlocks {get; set;}
    See Also