ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

New Features brochure - Version 27: New WINDEV features
New features in WINDEV 27 presented in the New Features brochure....
AWP without UI
Bootstrap, Angular, React, Vue......
Signature of iOS applications
Signing an application is mandatory from Xcode 8......
CellDisplayDialog (Function)
Displays a Cell control in a page with a DDW effect (Dim Disabled Windows). This function is used to easily simulate a dialog box in browser code, by using a Cell control in a page.
Error 19: The step of this FOR loop must be constant
dImageToArray (Function)
Copies the RGB pixels of the image into a one-dimensional or two-dimensional array. The array of colors is cleared then it is filled with the integers representing the colors (24 bits) of the image.
Error 1015: The method of the class is protected
<Cell>.DisplayDialog (Function)
Displays a Cell control in a page with a DDW effect (Dim Disabled Windows). This function is used to easily simulate a dialog box in browser code, by using a Cell control in a page.
Handling an HTML control through programming
WINDEV and WEBDEV allow you to handle an HTML control through programming......
Multi-product external components
Components are a remarkably useful tool for development teams......
JITc
The principle of JITc technology (Just In Time Compilation) is straightforward......
Open document tabs
The document tabs allow you to navigate between the different elements opened in the different editors....
Code indentation
When typing compound statements ("Switch", "For" and "While", for example), the code is automatically indented to highlight the structure of the loops used in the program......
The "Code" pane
The "Code" pane is used to handle the procedures (local and global procedures) and the classes found in the current project ("Global procedures", "Local procedures" and "Classes" options)......
Automatic feature for copying forms
When typing several copies of a form one after another, some of the information to type may be the same for each instance of the form......
Automatic procedures
The programming of timers, threads and delayed procedures is now automatically managed by the environment......
Creating a delete query
A delete query (corresponding SQL statement......
Code editor: Display options
The code editor proposes several display options......
MDL file (kept for backward compatibility): Pattern description
The MDL file is the file used to generate a RAD window......
Events associated with TreeView Table controls
List of events associated with the TreeView Table controls...
Error 1: Syntax error
Writing to the Free Technical Support
When you encounter a problem, try to isolate it and to reproduce it by using the minimum number of elements......
Modifying the values displayed in the result of a select query
In the result of a select query, you have the ability to only display......
The Internal Window control
The "Internal Window" control is used to include a window (and its code) in a control of another window......
Error 1010: The member of the class is constant