ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

4. Create a page in the editor...
WINDEV and the streams - Use example
In this example, the application must manage a video conference between two computers......
WayPoint (Property)
The WayPoint property is used to determine and change the points a Wire control has to pass through.
Useful parameters of a procedure
A procedure can declare some parameters that are not immediately used. In this case, a warning appears in the code editor, indicating that the local variable is not used....
External language: Programming in Fortran
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
Managing the critical sections
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
InWindowsStoreAppMode (Function)
Indicates whether the code is run in Windows Store apps mode. Function kept for backward compatibility....
ERR_BAD_COMMANDLINE
ERR_BAD_COMMANDLINE error...
The source code manager
WINDEV, WEBDEV and WINDEV Mobile propose a sophisticated Source Code Manager......
Customizing the interface of a Table control
In a Table control, you have the ability to customize the following elements......
The Table control populated programmatically
A Table control populated programmatically is directly linked to lists stored in memory......
ERR_BAD_PARAMETER
Code statistics
The code statistics affect......
Check: WEBDEV server
The monitoring robot will check the operating mode of WEBDEV server......
Importing a WINDEV window into a WEBDEV site
The Windows windows developed with WINDEV......
Runtime log
The runtime log is the best way to identify the most used features of an application......
Compile
The Compile keyword can correspond to: the Compile function, which dynamically compiles a procedure whose source code is specified.. the <COMPILE IF> statement, which allows you to compile WLanguage code according to a condition (mainly used to compile code according to a platform or configuration type)....
TwainListSource (Function)
Returns the list of drivers for the Twain devices connected to the current computer.
Test of a query
The query editor allows you to run the test of query result......
Managing threads
WINDEV and WINDEV Mobile propose several functions used to perform an advanced management of threads....
Using Kotlin code
Kotlin is a programming language mainly used for Android development......
The ListView control
The ListView control is used to display a list of graphic elements (images, logos, etc....
HFSQL Client/Server: Scheduled tasks
The scheduled tasks are used to schedule automatic tasks......
7. Multilingual applications in practice
Handling the report blocks through programming
Each report block is associated with different events......