Function WOpen() Foundation
Opens a new window.
WOpen( <nTop> , ;
<nLeft> , ;
<nBottom> , ;
<nRight> , ;
[<lClearScreen>], ; // Default: .F.
[<cColor>] , ; // Default: SetColor()
[<nCursor>] ; // Default: SetCursor()
) --> nWindowID
If the optional parameter <lClearScreen> is set .T. (true) the screen area for the window is cleared before the window is opened.
With <cColor> and <nCursor> an individual cursor shape and window color can be specified for the new window.
NOTE
Before WOpen() may be called the function WInit() must be called in order to initialize the text mode window system. Otherwise a runtime error is created.
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.