Function WBoard() Foundation

Determines the area inside a window that can be used for screen output (text mode).

Syntax
WBoard( [<nTop>]   , ;  // Default: 0
        [<nLeft>]  , ;  // Default: 0
        [<nBottom>], ;  // Default: MaxRow()
        [<nRight>]   ;  // Default: MaxCol()
      ) --> nErrorCode
Return

Returns 0 if the useable screen area could be defined, -1 otherwise.

Description

If no parameter is passed to WBoard() the area useable for screen output inside the current window is reset to the entire window. If no window is open or after calling WSelect(0) the area is reset to the entire screen.

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.