ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

iPrintReport (Function)
Prints a report created with the report editor.
API (Function)
Runs a function found in an external DLL.
Mean (Function)
Calculates the mean of several elements: elements found in an array, numeric values, ......
TableFormulaAdd (Function)
Adds a calculated row to a Table control by providing custom calculation procedures.
Creating the windows and the pages of the RAD pattern
zipCreateExe (Function)
Creates a self-extracting archive as a 32-bit executable (.EXE).
Non-maximized windows for Android
A non-maximized window can be resized by the user and it can occupy a section of the screen only......
dAlphaBlend (Function)
Blends two images together. This allows you to create fade-in effects between 2 images.
BarCodes (Type of variable)
The BarCodes type is used to handle the information found in a bar code.
MatReadColumn (Function)
Reads the value of all the elements found in a matrix column.
MatReadLine (Function)
Reads the value of all elements found in a matrix row.
Information about a control found in a window or in a page
The window editor and the page editor allow you to get information about the controls used....
MemCreate (Function)
Creates a memory area.
Monitoring robot: Configuring the robot parameters
From the monitor, you can change the configuration options......
ScreenType (Function)
Returns the type of screen on which the application is run: phone, tablet, computer or watch.
TableInputSearch (Function)
Enables input in the the search area in the column title of the Table or Treeview Table control.
Image (Type of variable)
The Image type is used to define the advanced characteristics of an image.
DisplayedValue (Property)
The DisplayedValue property returns the value currently displayed in the control of a window or page.
Radial Bar chart
The "Image gallery" Looper control is used to manage the display of a set of images without programming......
dText (Example)
Usage example of the dText function
zipSize (Example)
Usage example of the zipSize function
Translating the interface into multiple languages
When the different languages supported by the application have been selected, the information displayed by the application must be translated into these different languages......
Creating the link buttons in the windows of a WINDEV RAD pattern
iCreateFont (Function)
Creates a new print font.
Creating a Java archive
When your Java application is developed, you can......