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
Creates WCon window, which will use font previously set by WCon_SetFont
Syntax
hWnd = WCon_Window(title, x, y [, columns, [rows, [pageCount]]])
Returns
DWord - Window handle
Parameters
Name |
Type |
Optional |
Meaning |
Title |
String |
No |
Title of the window. It can be changed later using WCon_Title = ... |
X |
Number |
No |
X left in pixels. |
Y |
Number |
No |
Y top in pixels. |
Columns |
Number |
Yes |
Number of columns char (default 80) |
Rows |
Number |
Yes |
Number of rows char (default 25) |
pageCount |
Number |
Yes |
Number of logical pages (default 8) |
Remarks
Restrictions
Only one WCon window per script can be used
See also
Examples
DWord hWin = WCon_Window("Initial title", %WCon_CENTER, %WCon_MIDDLE)