Function WBoard() Foundation
Determines the area inside a window that can be used for screen output (text mode).
WBoard( [<nTop>] , ; // Default: 0
[<nLeft>] , ; // Default: 0
[<nBottom>], ; // Default: MaxRow()
[<nRight>] ; // Default: MaxCol()
) --> nErrorCode
Returns 0 if the useable screen area could be defined, -1 otherwise.
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.
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.