ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

NoteLoadAll (Function)
Imports and displays the repositionable notes of the current window saved beforehand by NoteSaveAll.
Managing mutexes in threads
A mutex is used to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given time....
SaaSAdminModifySubscription (Function)
Modifies a SaaS subscription.
Fixed array (Type of variable)
A fixed array is an "advanced" type of array...
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....
Null (Reserved word)
The Null keyword can be used according to different methods in WLanguage......
SystemBarColor (Property)
The SystemBarColor property is used to get or change the system bar color in full-screen windows on mobile devices.
PVTToExcel (Function)
Creates an Excel file with data from a Pivot Table control.
8. Windows in practice
Discover the main actions that can be performed on the windows....
Report based on a programmed data source
In a report on a programmed data source, the reading of the records that will be displayed in the report requires full programming in WLanguage......
GDPR: Concrete solutions
GDPR: General Data Protection Regulation...
Organizing the directories of a project
When creating a project, a directory specific to this project is automatically created......
Creating an RSS reader
WINDEV, WEBDEV and WINDEV Mobile allow you to produce and/or consume an RSS feed (Rapid Simple Syndication)......
Making a backup of a project
It is possible to regularly make a backup of the different elements of a project......
Reuse code via external components
WINDEV Tutorial: External components Reusing code with external components - 40 min
hdfsStatus (Type of variable)
The hdfsStatus type is used to define the advanced characteristics regarding the status of an element (file, directory, link) in the Hadoop file system.
The Camera control
The Camera control is used to view the video captured by a camera connected to the current computer....
6. Chart and Pivot Table
WINDEV Tutorial: WINDEV application: Managing data Lesson 6 - Chart and Pivot Table - 30 min
Indirection operators
The { and } operators are used to access a control, a variable, a class member or a file item by dynamically building the name of control, variable, class member or item...
Writing an email
Writing an email in WLanguage consists in filling the email structure of WLanguage......
SysNation (Function)
Returns the nation currently used by the system.
EndProgram (Function)
Ends the execution of the current program.
Synchronizing threads via events
Events can be used to synchronize the different threads of an application......
The planes (in a window or in a report)
The planes are used to group the window controls......
zipArchivedFile (Type of variable)
The zipArchivedFile type is used to handle a file found in an archive in one of the following formats: ZIP, CAB, RAR or WDZ or a file to add into an archive.