Function WSetTitle() Foundation

Displays a title in the box surrounding a window.

Syntax
WSetTitle( [<nPos>]  , ;  // Default: 1
           <nCol>    , ;
           <cTitle>  , ;
           [<cColor>]  ;  // Default: WColor()
         ) --> NIL
Description

<nPos> = 0 means <cTitle> is displayed at the top of the window.

<nPos> = 1 means <cTitle> is displayed at the bottom of the window.

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.