ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

"END:" label
The END: label is used to define a code that will be systematically run at the end of process execution.
<Table>.End (Function)
Stops the manual iteration of data file linked to a Table control based on a data file.
End
END can correspond to:
  • the END keyword of WLanguage used to specify the end of a loop.
  • the End property, which can be used on EventTimeline variables.
....
<Multimedia>.End (Function)
Positions at the end of media file played in the Multimedia control.
SWITCH statement
The SWITCH statement is used to choose the action that will be run according to the value of an expression...
GPSEnd (Function)
Indicates the end of the use of geolocation functions.
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
LOOP statement
The statement block is repeated endlessly...
MCIEnd (Function)
Positions at the end of a media file that was opened beforehand MCIOpen.
FOR statement
The statement block is repeated while a control variable is modified and compared to a limit value (before each beginning of statement block)...
IF statement
The conditional IF statement allows you to run an action according to a condition...
Report based on an Organizer control
A report based on an Organizer control is used to directly print the information displayed...
Report based on a Scheduler control
A report based on a Scheduler control is used to directly print the information displayed...
Events associated with internal windows
List of events associated with internal windows...
WDInst: installing additional elements
By default, only the files found in the "List of setup files" window are installed on the user...
General exception mechanism
A process of general exception is available for all the components of the object...
Crosstab report
The report editor allows you to create "Crosstab" reports......
3. Preparing the setup program
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 3 - Preparing the setup program - 5...
Creating nested reports
TriggerScheduledTask structure
The ScheduledTask structure is used to define all the events that will define the execution...
ScheduledTask structure
The ScheduledTask structure is used to define the characteristics of a scheduled task......
List of extension attributes
The list of extension attributes ......
1. Project audits
WINDEV Tutorial: Optimizing a project Lesson 1 - Project audits - 15 min
How to include secure payment in a WEBDEV site?
This help page explains how to add a secure payment into a WEBDEV site......
New Features brochure - Version 27: New WINDEV features
New features in WINDEV 27 presented in the New Features brochure....
Queue (Type of variable)
A Queue variable is a structured type that groups a set of elements of the same type.
HTML 5: Example for managing the programmed Drag and Drop
To make a WEBDEV site more interactive, you have the ability to implement Drag and Drop...
Project description: Telemetry tab
The project description window allows you to configure various elements of your project......
fbSession (Type of variable)
The fbSession type is used to describe a connection to the Facebook service and to manage...
Integrate two-factor authentication into your applications
In version 26, WINDEV, WEBDEV and WINDEV Mobile allow you to set up a login via two-factor...
Dynamic array (Type of variable)
A dynamic array is an "advanced" type of array...
WEBDEV styles
The WEBDEV styles are advanced styles, easier to use than the CSS styles......
fReadLine (Function)
Reads a line from an external file (ANSI or UNICODE).
dSlice (Function)
Draws a circle section or an ellipse section: in an Image control, in an Image variable,...
Encrypt (Function)
Encrypts a character string in binary format or in ASCII format.
The Shape control
The Shape control allows you to create geometric shapes in your windows and reports......