ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

AWP without UI
Bootstrap, Angular, React, Vue......
Error 19: The step of this FOR loop must be constant
Error 1015: The method of the class is protected
Handling an HTML control through programming
WINDEV and WEBDEV allow you to handle an HTML control through programming......
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.
Signature of iOS applications
Signing an application is mandatory from Xcode 8......
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)......
The Internal Window control
The "Internal Window" control is used to include a window (and its code) in a control of another window......
TableDeleteWithAnimation (Function)
Deletes a row from a Table control, from a TreeView Table control (or from a table displayed in a Combo Box control) with an animation.
JITc
The principle of JITc technology (Just In Time Compilation) is straightforward......
MDL file (kept for backward compatibility): Pattern description
The MDL file is the file used to generate a RAD window......
Multi-product external components
Components are a remarkably useful tool for development teams......
Events associated with TreeView Table controls
List of events associated with the TreeView Table controls...
Open document tabs
The document tabs allow you to navigate between the different elements opened in the different editors....
Combo Box control functions
List of functions for handling the Combo Box controls...
CaptionWidth (Property)
The CaptionWidth property is used to get and change the width reserved for the text area in an Edit or Combo Box control.
<Table>.DeleteWithAnimation (Function)
Deletes a row from a Table control, from a TreeView Table control (or from a table displayed in a Combo Box control) with an animation.
AutomaticTooltip (Property)
The AutomaticTooltip property is used enable or disable automatic tooltips on List Box, Table and TreeView Table controls.
ScrollBarShow (Function)
Displays (or not) a scrollbar in a WINDEV control (edit control or list box) even if no scrollbar was specified during the control description.
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......
Code editor: Display options
The code editor proposes several display options......
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......
Creating a delete query
A delete query (corresponding SQL statement......