Admin Production rocket
Current Publication

DisplayMemoryBlocks Property

Reflection Desktop .NET API Guide V17.0
Rocket® Reflection Desktop (formerly a product of Micro Focus or formerly a product of Open Text) documentation that was created prior to Rocket Software's acquisition of certain products from OpenText may contain outdated references to "Micro Focus” or “OpenText”, which are trademarks of OpenText. Rocket Software is not affiliated with Micro Focus or OpenText and has rebranded these products as Rocket® products.
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