Programming with Reflection
Clear method
Syntax object.Clear ClearWhat
Clears text (or graphics) from Reflection's display memory.
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.