Function EnableClipRect() Foundation
Toggles automatic clipping in a text mode window.
EnableClipRect( [<lOnOff>] ) --> lOldSetting
The function returns the setting that was current before the call to EnableClipRect().
The function EnableClipRect() activates or deactivates automatic clipping of screen output in a text mode window. The clipping area must be defined with the function SetClipRect().
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.