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...
ReturnedValue (Property)
The ReturnedValue property is used to: Get and change the value returned by a window, page...
Handling the report blocks through programming
Each report block is associated with different events......
WDLog: Viewing a log file
WDLog is used to view the content of a log file......
Reports & Queries: Unsupported WLanguage functions
Some WLanguage functions are not available in Reports & Queries......
Flexbox control description: General tab
In the "General" tab of the Flexbox control description window, you can view and change the options...
grCreate (Function)
Creates a specific type of chart.
Instantiation of an object
To access a class, the object must be declared as being part of the class to handle, this is called...
Conditions for updating an application automatically (Live update)
Whenever the application is modified on the development computer (modifications of windows, code,...
Managing parallel tasks
The computers are becoming more and more powerful......
Gantt Chart report
The report editor gives you the ability to create "Gantt Chart" reports......
7. Consuming a web service
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 7 - Consuming a web...
5. Site test in practice
Keyboard shortcuts
The main keyboard shortcuts in the editors are as follows......
Replication server for the assisted universal replication
The assisted universal replication can use a replication server......
Certificate (Type of variable)
The Certificate type is used to handle: the certificates used to sign the strings or the files....
Training sessions organized by PC SOFT
PC SOFT proposes several training classes, according to your own requirements......
TraceBuild (Function)
Displays a customizable message in the trace window opened in parallel with the current window.
8. 10 tips for better interfaces...
Importing styles from a WordPress theme with WEBDEV
WordPress offers numerous templates to create original websites...
Setup wizard: Steps for creating a WINDEV application setup program
The setup program creation wizard allows you to define all the settings of your setup program....
ToolTip (Property)
The ToolTip property is used to get and change the text displayed in the tooltip associated...
Thread management constants
List of constants used by the functions for managing threads, critical sections, semaphores,...
Iteration block (or substitution block)
The Iteration block is a free block, created manually in the report editor ("Report......
FTPSend (Function)
Transfers a file or directory to an FTP server (File Transfer Protocol).
MCI constants
List of constants used by the MCI functions....