Function EnableClipRect() Foundation

Toggles automatic clipping in a text mode window.

Syntax
EnableClipRect( [<lOnOff>] ) --> lOldSetting
Parameters
<lOnOff>
The optional parameter <lOnOff> is a logical value. If used, .T. (true) activates and .F. (false) deactivates clipping.
Return

The function returns the setting that was current before the call to EnableClipRect().

Description

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().

Feedback

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.