ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

2. Variables
WINDEV Mobile Tutorial - WLanguage basics Lesson 2 - Variables - 20 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....
AppointmentToiCalendar (Function)
Exports an appointment or a list of appointments in iCalendar format.
Managing parallel tasks
The computers are becoming more and more powerful......
LoadImage (Function)
Loads an image in memory so that it can be used later by gImage.
1. Project audits
WINDEV Tutorial: Optimizing a project Lesson 1 - Project audits - 15 min
Creating an executable
Once the development of your WINDEV application is completed (windows, reports, queries, etc....
SQL commands available in an SQL query
WINDEV allows you to easily run queries in SQL code......
ScrollWithFinger (Property)
The ScrollWithFinger property is used to: Determine if the content of a control can be moved with the finger ("finger scrolling"). Enable or disable touch-responsiveness for a control....
TreeView Table control based on a data file
This type of TreeView Table control is linked to a data file or query......
Making a backup of a project
It is possible to regularly make a backup of the different elements of a project......
Min (Function)
Returns the lowest value.
Webification
WEBDEV Tutorial - Webifying a WINDEV project Webification - 10 min
gglAttachment (Type of variable)
The gglAttachment type is used to define all the advanced characteristics of a file attached to a calendar event. The calendar can be described using the gglCalendar type. This calendar is used by the Google Calendar service.
Error 26: No END statement is associated with this THEN
grSeriesPointType (Function)
Modifies the type of point for a series found in a Line, Area, Scatter and Radar chart.
<Chart>.SeriesPointType (Function)
Modifies the type of point for a series found in a Line, Area, Scatter and Radar chart.
MapAddShape (Function)
Adds a new shape (polygon, line, circle) to the map displayed in a Map control.
<Map>.AddShape (Function)
Adds a new shape (polygon, line, circle) to the map displayed in a Map control.
Managing breakpoints
During a project test in the editor, breakpoints are used to automatically start the debugger from a given line......
WDStatistics: Using WDStatistics
WDStatistics can be used once the log files have been imported......
CommandLine (Function)
Identifies and retrieves the different elements of the command line passed as a parameter to the current program.
ExeRunning (Function)
Allows you to find out whether a 32-bit application is already run.
IconInstall (Function)
Creates an icon (associated with a program) in a group of Windows programs, with the associated command line.
<zipArchive variable>.FindFile (Function)
Finds a file in an archive (in CAB, ZIP, RAR, WDZ or 7z format).