ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Window>.InHeight (Function)
Returns the interior height of a window (without title bar and border).
<Window>.OutWidth (Function)
Returns the full width of a window.
<Window>.InWidth (Function)
Returns the interior width of a window (without border).
WinInWidth (Function)
Returns the interior width of a window (without border).
WinOutWidth (Function)
Returns the full width of a window.
<Array>.Info (Function)
Returns the details of an array: type of elements, number of dimensions, etc.
WinInHeight (Function)
Returns the interior height of a window (without title bar and border).
<Window>.OutHeight (Function)
Returns the outer height of a window.
ArrayInfo (Function)
Returns the characteristics of an array: type of elements, number of dimensions, dimensions, etc.
WinOutHeight (Function)
Returns the outer height of a window.
The Web Component control
The Web Component control is used to include any external Web resource in a WEBDEV website......
Scanner (Variable type)
The Scanner type is used to handle the information from a scanner.
The Ribbon control
The Ribbon control proposes an additional feature regarding the menus found in your applications....
The Multiline Zone control
The Multiline Zone control is used to easily create interfaces in iOS style....
ArrayInsert (Function)
Inserts an element at a given position: into a one-dimensional array. into an associative...
Insert (Function)
Inserts an element at a given position: into a one-dimensional WLanguage array....
Constants for managing arrays
List of constants used by the functions for array management....
ArrayAdd (Function)
Adds an element in last position: of a one-dimensional WLanguage array. of an advanced array...
Control templates and inheritance
When a control template is applied to a page or to a window, all controls and code found...
Tips for developing a site for an iPhone or for a BlackBerry
WEBDEV allows you to develop sites for all types of devices......
Report templates and inheritance
...When a report template is applied to a report, all the controls and code found in the template...
Add (Function)
Adds an element in last position: of a one-dimensional WLanguage array. of an advanced array...
Organizer report
The report editor gives you the ability to create "Organizer" reports....
Scheduler report
The report editor allows you to create "Scheduler" reports....
Creating a window skin template
1
4
5
6
7
8
9
>