Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Screen Object / DisplayMemoryBlocks Property
In This Topic
DisplayMemoryBlocks Property
In This Topic
Gets or sets the number of 8-kilobyte blocks allocated to display memory.
Syntax
expression.DisplayMemoryBlocks As Integer
where expression is a variable that represents a Screen Object
Remarks
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. The default value is nine 8K blocks, or 72K of display memory.
See Also