qpgraph.hlp (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
_WrapOn Function
  Summary Details Example                                   Back
 
  Argument
 
    option     Sets new option: true if text wraps; false if text is
               truncated
 
  Returns
 
    Boolean    The previous value of option, either true or false.
 
  Description
 
    The _WrapOn function controls whether text output from the _OutText
    and _OutMem procedures wraps to a new line or is simply clipped when
    it reaches the edge of the current text window. Wrapping occurs at
    the last character on a line, not at a word. By default, text
    wrapping is enabled.
 
    Note:  This function does not affect _OutGText.