<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > WCon > WCon_Box |
Description
Prints box to WCon window
Syntax
WCon_Box(borderType, frameColor, backColor, x, y, width, height [, noFillFlag])
Returns
None
Parameters
Name |
Type |
Optional |
Meaning |
borderType |
Number |
No |
%WCON_BORDER_NONE, %WCON_BORDER_SINGLE or %WCON_BORDER_DOUBLE |
frameColor |
Numeric |
No |
color code used for border |
backColor |
Numeric |
No |
color code used for background |
X |
Numeric |
No |
the left most corner in columns |
Y |
Numeric |
No |
the top most corner in rows |
width |
Numeric |
No |
the width in columns |
height |
Numeric |
No |
the height in rows |
noFillFlag |
Numeric |
Yes |
flag which allows to disable background fill, use %TRUE or %FALSE |
Remarks
Restrictions
Does not alter cursor position
See also
Examples