ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Icon (Type of variable)
The Icon type is used to define the advanced characteristics of an icon.
Spreadsheet control events
You can create a skin template from an existing skin template (provided by PC SOFT, for example)......
Creating a WINDEV application for Linux
WINDEV allows you to create native 64-bit Linux executables. Their UI is developed with the window editor....
Instant spotting of modified code/current code
The modified lines of code are immediately visible......
Code editor: Snake_case or PascalCase
There are several naming conventions to write variables in the code......
MCU: Implementing and managing user macro codes
No matter how dexterous a development team may be, the end user of an application will always want to perform an action that is not intended......
Repairing the analysis
In some cases, an error message may appear when opening the analysis linked to a project......
<Window>.ToFile (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. The data file items bound to the window controls are automatically updated with the values of these controls. the value of the WLanguage variables with the value of the window controls. The WLanguage variables bound to the window controls are automatically updated with the values of these controls. This function is also available for WEBDEV pages....
11. Table/Looper controls
Check: FTP connectivity
The monitoring robot will try to connect to the FTP server with the parameters of the server......
dCopyWindowImage (Function)
Copies the image from a WINDEV window to an Image variable or to an Image control.
11. Table/Looper controls
26. Style sheets: to simplify the layout
Internal procedure
Several features require a procedure called once or several times via a WLanguage function ("Callback")....
Infinite Progress Bar control events
The AutoLineWrap property is used to: determine if the automatic line wrap feature is enabled in a multiline Edit control, in a column of a Table or TreeView control or in a row header of a Pivot Table control. set the line wrap mode in a multiline Edit control, in a column of a Table or TreeView control or in a row header of a Pivot Table control....
WEBDEV Page control events
Starts the execution of a secondary thread....
Coloring a row, a column or a cell found in a control (AAF)
To simplify the reading in the controls used to view large volumes of data, the end user has the ability to color the data found in the control......
Phone (Type of variable)
The Phone type is used to handle a phone number as well as its type (home, work, ...).
Organizing the directories of a project
When creating a project, a directory specific to this project is automatically created......
Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default......