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...
Stack (Type of variable)
A Stack variable is a structured type that is used to group a set of elements of the same type.
List (Type of variable)
A List variable is a structured type that is used to group a set of elements of the same type.
SaaS administrator - Managing a client
Managing a SaaS client account is used to......
Accessing an LDAP directory
An LDAP directory is used to share information databases on a local or external network....
Handling a Pivot Table control through programming
A Pivot Table control can be handled through programming......
Sunburst chart
The Sunburst chart is a Pie chart containing several levels of hierarchical data......
Service constants
List of constants used by the functions for managing services....
ParallelTask (Type of variable)
The ParallelTask type is used to handle a task, which means a procedure run by a thread...
Background (Type of variable)
The Background type defines the advanced characteristics of the element background.
TableListChild (Function)
Lists the "children" of a node and the "child" elements of these "children" in a TreeView Table...
Check model
You can use check models to easily create checks...
Configuring the automatic modification of data files
The automatic data file modification updates the description of data files on user computers......
Generating the analysis
The analysis generation comes before the programming phase and after the file description phase......
CSS styles (Cascading Style Sheet)
The CSS styles are the standard styles used on Internet......
Project elements
The project includes windows, reports, queries, help files, sets of procedures, ......
Debugging without debugger
In some cases, running a program or a site with or without the debugger can produce different...
External language: Programming in Java
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
External language: Programming in COBOL
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
External language: Programming in C#
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
External language: Programming in Fortran
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
dChord (Function)
Draws the chord of a circle (intersection between an ellipse and a straight line): in an Image...
Keyboard shortcut and hotkey
A control in a window or page can be associated with an alphanumeric character, a key...
Handling an automatic test
When an automated test is created, this test is in "construction" by default......
Automatic management of exceptions
The management of exceptions can be customized by process......
Alias type
The Alias type is used to declare and handle a logical alias for a data file or query.