ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Action Bar control events
5. Displaying a WEBDEV Session site
Content of the Table control
A Table control can be based on a data file, based on a variable or populated programmatically......
The structure of the RAD patterns (kept for backward compatibility)
...The RAD pattern files (MDL files) are used to describe:...
7. Multilingual sites in practice
GetCountryName (Function)
Returns the name of a country that corresponds to its ISO code according to the ISO 3166-1 standard.
Sharing your source code with the SCM
WINDEV Tutorial - An SCM for WINDEV Sharing your source code with the SCM - 30 min
ERR_PARSER
Automatic completion
The automatic completion helps you write WLanguage code in your applications......
Translating the code
WINDEV, WEBDEV and WINDEV Mobile allow you to automatically translate your WLanguage code from English into French and vice versa......
Native XML Connector
WINDEV and WEBDEV allow you to import and handle a definition of XML files via the data model editor......
Multilingual project
Internal procedure
Several features require a procedure called once or several times via a WLanguage function ("Callback")....
Programming a status bar
WINDEV allows you to handle a status bar and a cell found in a status bar through programming......
Programming a WEBDEV drop-down menu
Once the drop-down menu of your site is created, all you have to do is associate an action with each menu option......
2. Creating files in the analysis
WINDEV Tutorial: Creating a WINDEV project and its analysis Lesson 2 - Creating files in the analysis - 40 min
CriticalSection
The CriticalSection keyword can correspond to: the CriticalSection function, which makes it possible to enable a named or on-variable critical section in the statement USING ... IN. the CriticalSection variable, which makes it possible to define critical sections to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given moment in an application....
Name55 (Property)
The Name55 property is used to manipulate the logical name of a Hyper File 5.5 data file that has not been migrated and is located in a WINDEV 19 analysis.
Camera control in a mobile application
The Camera control is used to......
Share your projects via Git
Git is a source code manager......
Error 121: Shadowing a structure
Managing the synchronization
For each action performed in a page, the mechanism for page synchronization automatically checks the synchronization......
Events associated with Edit controls
WLanguage events associated with Edit controls...
Events associated with Chart controls
List of events associated with the Chart controls...
Events associated with a Layout control