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_Frame(borderType, frameColor, backColor, leftX, topY, rightX, bottomY [, 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 |
leftX |
Numeric |
No |
the left most column |
topY |
Numeric |
No |
the top most row |
rightX |
Numeric |
No |
the right most column |
bottomY |
Numeric |
No |
the bottom most row |
noFillFlag |
Numeric |
Yes |
flag which allows to disable background fill, use %TRUE or %FALSE |
Remarks
Restrictions
Does not alter cursor position
See also
Examples