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).
MatError (Function)
Identifies the type of the last error caused by a Matxxx function (functions for matrix...
grSaveBMP (Function)
Saves a chart that was previously drawn in a file in BMP format.
MatAdd (Example)
Usage example of the MatAdd function
Composite variable
A composite variable contains different types of elements (members)...
Spreadsheet control in a report
The spreadsheet is one of the most often used business tools. You have the ability to create...
BCToImage (Function)
Generates the image of a bar code.
Dynamic array (Type of variable)
A dynamic array is an "advanced" type of array...
FOR EACH/FOR ALL statement (browse of arrays)
The FOR EACH statement is used to perform different types of browse on the arrays...
grImageSize (Function)
Defines the size of the image containing the chart.
Fixed array (Type of variable)
A fixed array is an "advanced" type of array...
MDIBottom (Property)
The MDIBottom property is used to determine and change the distance between the bottom border...
MDIRight (Property)
The MDIRight property is used to determine and modify the distance between the right border...
MDILeft (Property)
The MDILeft property is used to determine and change the distance between the left border...
MDITop (Property)
The MDITop property is used to determine and change the distance between the top border of the MDI...
Describe a WEBDEV style
This window enables you to describe the WEBDEV style that will be used for the controls...
Managing bar codes
The use of bar codes to identify and manage products has become essential......
The Native Container control
The Native Container control is used to manage the controls not created with WINDEV or WINDEV...
MatCopy (Function)
Creates the copy of a matrix.
grPrint (Function)
Prints a chart.
Spreadsheet report
The report editor allows you to create "Spreadsheet" reports......
iGroupAdd (Function)
Adds a report to a group of reports.
grSaveParameter (Function)
Saves the parameters of a chart in the format of a compressed string.
iImageHeight (Function)
Calculates the height of the image to print (in millimeters).
iImageWidth (Function)
Calculates the width of the image to print (in millimeters).
Handling the framesets
The different operations that can be performed on the framesets are as follows......
1
2
3
4
5
6
>