This documentation was styled with a demo skin from the Premium Pack 4 add-on for Help & Manual. The contents of the skin are encrypted and not configurable. You can only publish HM projects with this skin. You cannot edit it or change it.
This version is copyright and may only be used for local testing purposes. It may not be distributed.
Please purchase the full version of the Premium Pack to get the configurable skins and remove this notice. The package will also include the Toolbox configuration utility for Premium Pack skins.
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