ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WinOutWidth (Function)
Returns the outer width of a window.
WinOutHeight (Function)
Returns the outer height of a window.
<Window>.InWidth (Function)
Returns the interior width of a window (without borders).
<Array>.Info (Function)
Returns the details of an array: type of elements, number of dimensions, etc.
<Window>.OutHeight (Function)
Returns the outer height of a window.
ArrayInfo (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>.OutWidth (Function)
Returns the outer width of a window.
WinInWidth (Function)
Returns the interior width of a window (without borders).
<Window>.InHeight (Function)
Returns the interior height of a window (without title bar and border).
Error 117: The array has X dimensions and you access it with Y dimensions
Viewing a window in 3 dimensions
Your window contains overlapping controls?......
Error 112: An array can only have a maximum of X dimensions
Error 116: An array dimension must be an integer value
<Dashboard>.ResizeWidget (Function)
Changes the dimensions of a widget found in a Dashboard control.
DashResizeWidget (Function)
Changes the dimensions of a widget found in a Dashboard control.
MatAdd (Function)
Adds two matrices of same dimensions (same number of rows and same number of columns).
Heatmap chart
The Heatmap chart is used to represent in 2 dimensions data with 3 axes of values......
Point (Type of variable)
A Point variable is a structured type that is used to represent a position (X, Y) in 2 dimensions.
Rectangle (Type of variable)
... Height) in 2 dimensions.
Handling the views of a window
To easily handle huge windows (that cannot be entirely displayed in the editor for example), WINDEV...
Viewing a report in 3D
Your report displays controls that overlap?......
Changing the characteristics of window controls
The characteristics of the controls can be viewed and/or changed in......
The "Surface" charts
The Surface chart is used to represent correlated analogical data, according to 3 axes...
Multiple assignments of arrays, structures and classes
The multiple assignment of arrays consists in assigning a set of simple values (boolean, integer,...
Error 113: Non-dynamic array without definition
grWndSize (Function)
Defines the size of the window containing the chart.
Icon (Type of variable)
The Icon type is used to define the advanced characteristics of an icon.
Dimension (Function)
Returns the size of a variable (string, numeric, array, ...) or resizes a dynamic array.
grSaveWMF (Function)
Saves a chart that was drawn beforehand in WMF format.
grSaveEMF (Function)
Saves a chart that was drawn beforehand in a file in EMF format.
Customize the wizards
You can easily customize all wizards in WINDEV, WEBDEV or WINDEV Mobile......
ArrayShuffle (Function)
Shuffles the elements of a WLanguage array.
1
2
>