Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Screen Object / SavePageOnClear Property
In This Topic
SavePageOnClear Property
In This Topic
Gets or sets whether onscreen data is saved in display memory when the host clears the display.
Syntax
expression.SavePageOnClear As Boolean
where expression is a variable that represents a Screen Object
Remarks
Applications on the host often send escape sequences to clear the screen in whole or in part. When the screen is cleared, the data that was displayed is lost. When this property is set to true and such an escape sequence is received, the current display is cleared from view and saved in display memory, and the cursor is positioned at the top of the screen.
See Also