ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

UI compilation errors
UI compilation errors indicate the possible problems detected in your interfaces whenever a window, a page or a report is saved or whenever the project is recompiled......
iCreateFont (Function)
Creates a new print font.
Font (Type of variable)
A Font variable creates a font programmatically...
Check Box control: Automatic features (AAF)
The Check Box control can benefit from several AAFs (Automatic Application Features) ......
Project managers: How to manage a development project?
The Control Centers in WINDEV, WEBDEV and WINDEV Mobile provide project managers with several tools to manage a development project including......
Style of a control
As soon as it is created, a control is associated with a style......
Project Management Hub: Sprint management
A sprint or iteration is a development cycle......
Events associated with Edit controls
WLanguage events associated with Edit controls...
2. Creating files in the analysis
WINDEV Tutorial: Creating a WINDEV project and its analysis Lesson 2 - Creating files in the analysis - 40 min
WLanguage code coloring
The code editor includes a coloring system for the different elements in WLanguage code....
WidthInPixel (Property)
The WidthInPixel property is used to get the width in pixels of a control in a report.
CallWD: Function specific to the external language
Calls a WLanguage function from an external language....
Creating a WINDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
Handling a Progress Bar control through programming
A Progress Bar control can be handled through programming......
Configuring the development environment
WINDEV, WEBDEV and WINDEV Mobile propose different modes for using the development environment......
Caption (Property)
In a database, the Caption property is used to: Find out the caption associated with a file item. Find out the caption associated with a data file. Find out and modify the connection caption. In a report, the Caption property is used to: Find out the text displayed in a Static or Link control. Modify the text displayed in a Static or Link control. In a window or page, the Caption property is also used to: Find out and modify the caption of a control in a window or in a page. Find out and modify the caption of a menu option. Find out and modify the title of a window or page. Find out the content of a Breadcrumb control....
Flexbox example: ratios to distribute available space among controls
In a flexbox container, you can define ratios for the different controls so that they take up a given amount of space......
HFilter (Function)
Defines and enables a filter on a data file, view or query.
xmlDocument (Type of variable)
The xmlDocument type is used to handle an XML file.
VisualEffect (Property)
The VisualEffect property allows you to apply a visual effect on a control or group of controls in a window.
HeightInPixel (Property)
The HeightInPixel property is used to get the height in pixels of a control in a report.
SQL view
An SQL view is a virtual data source defined by an SQL query......
Handling Scheduler controls programmatically
A Scheduler control can be......
5. Loops
WINDEV Tutorial - WLanguage basics Lesson 5 - Loops - 15 min
WDMap: Viewing records: special cases
This help page presents the special display cases in WDMap......