ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

GetCountryISO (Function)
Returns the desired ISO code of a country corresponding to the caption or ISO code (of a different type) of the country according to the ISO 3166-1 standard.
CriticalSection (Type of variable)
CriticalSection variables are used 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.
1. Components provided with WINDEV
WINDEV is provided with projects that contain components....
The Java Applet control
A Java Applet control allows you to easily include Java Applets in your WEBDEV sites......
Checkers available in the code editor
The code editor proposes several tools used to correct the code......
Recompiling the project
The project compilation is a process used to......
1. Managing emails
WINDEV includes multiple methods to manage emails...
Multilingual messages: Convert to new format (version 27 and later)
WINDEV, WEBDEV and WINDEV Mobile have included multilingual project support in many previous versions......
5. Website test in practice
Starts recording a video via a Camera control in an Android or iOS application....
Importing a WEBDEV project into WINDEV
...WINDEV proposes a feature for importing WEBDEV sites or WEBDEV pages....
Managing the semaphores in the threads: limiting the simultaneous code execution
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
Monitoring robot overview
WINDEV, WEBDEV and WINDEV Mobile include a monitoring robot......
MVP overview: Model - View - Presenter
MVP is the acronym for MODEL - VIEW - PRESENTER......
ODBCSQLCode (Property)
ODBCSQLCode is used to: Find out the SQL code of the "query performed on a connection" (data source of report). Modify the SQL code of the "query performed on a connection" (data source of report)....
ExecuteCode (Function)
Runs the WLanguage code found in a character string.
Container column in a Table control
A cell found in a Table control can contain a set of controls......
Manipulating Toolbar controls programmatically
WINDEV allows you to programmatically manipulate Toolbar controls......
TelemetryAddPassage (Function)
Signals the code execution for a passage sensor.
InServiceMode (Function)
Indicates whether the code is run in a service.