Programming with Reflection

image\rwnprg32.gif Clear method

 

Syntax object.Clear ClearWhat

 

Description

Clears text (or graphics) from Reflection's display memory.

Arguments

ClearWhat Argument type: Enumeration
Required
Specifies what to clear. The possible values are:

 rcSelection

 Clears the selection. This option is ignored if no selection exists, or if Reflection is emulating a VT terminal (which does not allow the selection to be cleared). Therefore, this option is invalid in Reflection for UNIX and OpenVMS, Reflection for ReGIS Graphics, and Reflection for HP in VT emulation mode.

 rcScreen

 Clears the current screen in display memory.

 rcAll

 Clears all of display memory, including the screen.

 

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this command