ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

External language: Programming in Visual Basic
We are going to call the elements developed in WINDEV (project, windows, analysis, ...
Importing a non-WINDEV window
You are interested by a window found in a non-WINDEV application?......
SQLCodeExecuted (Property)
The SQLCodeExecuted property gets the SQL code of a query after replacing the parameters with a value.
4. WINDEV, WEBDEV and WINDEV Mobile: fully compatible format
WINDEV, WEBDEV and WINDEV Mobile: fully compatible format...
1. Project and analysis
Data Binding: Creating controls from the "Project explorer" pane
Data binding is a process that binds variables in memory to controls in a window or page......
2. WINDEV, WEBDEV and WINDEV Mobile: fully compatible format
New projects are often cross-platform....
HFSQL Control Center: Creating and executing a query
The HFSQL Control Center allows you to create a query based on the data files of the database currently displayed in the Control Center......
Flexbox example: automatic control layout
Flexbox controls allow arranging controls exactly as desired when the browser is resized......
Clickable control in a report
The report editor allows you to propose clickable controls during the print preview......
ListDLL (Function)
Returns: at runtime: the list of libraries (".DLL" files) used by the current WINDEV or WINDEV Mobile application or by the current WEBDEV site. Only the libraries loaded in memory are listed. in test mode: all the libraries installed on the current computer....
The Shape control
The Shape control allows you to create geometric shapes in your windows and reports......
Buffer (Type de variable)
The buffer type corresponds to a binary memory area....
WINDEV and the streams - Use example
In this example, the application must manage a video conference between two computers......
iYPos (Function)
Used to manage the vertical position (Y-coordinate) of print cursor in the page.
<Array>.Filter (Function)
Returns an array containing the elements of a source array for which a procedure returns True.
Dark theme on mobile devices
The latest versions of mobile OSs allow you to switch applications to a dark theme to reduce battery consumption or to make the device easier to use in a low-light environment......
Distributing Reports & Queries
This help page presents the operations that must be performed in order for a WINDEV application to be handled by Reports & Queries......
Filter (Function)
Returns an array containing the elements of a source array for which a procedure returns True.
Zombie procedures
In most cases, old code contains procedures that are used but that do no longer match the current quality standard......
How to manage a multi-selection in a Table control?
This help page explains how to manage a multi-selection in a Table control....
The ActiveX control
The ActiveX control is used to easily manage the ActiveX technology......
iTextHeight (Function)
Calculates the height of the font for the text to print (in millimeters).
iMMToPica (Function)
Converts the coordinates of a point (expressed in millimeters) into system coordinates.
iPageNum (Function)
Returns or initializes the number of the page currently printed.
The Java Applet control
A Java Applet control allows you to easily include Java Applets in your WEBDEV sites......