ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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.
....
<Table>.End (Function)
Stops the manual iteration of data file linked to a Table control based on a data file.
<Chrono>.End (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to <Chrono>.Start).
<Multimedia>.End (Function)
Positions at the end of media file played in the Multimedia control.
EndProgram (Function)
Ends the execution of the current program.
ArrowEnd (Function)
Sets the position of the target end of an arrow in a "Shape" control.
HTransactionEnd (Function)
Validates the current transaction:
  • the modifications performed on the data file since the start of transaction (HTransactionStart) are validated.
  • the transaction file is deleted (if the transaction is the last transaction in progress for a network application)
  • the records locked in read-only by the transaction are unlocked.
dbgEndMemoryDiff (Function)
Saves a memory dump containing the memory resources that have been allocated and that have not been freed since the previous call to dbgStartMemoryDiff.
CriticalSectionEnd (Function)
Marks the end of a critical section: another thread will be able to run the code.
<Connection variable>.TransactionEnd (Function)
Validates the current transaction:
  • the modifications performed on the data file since the start of transaction (HTransactionStart) are validated.
  • the transaction file is deleted (if the transaction is the last transaction in progress for a network application)
  • the records locked in read-only by the transaction are unlocked.
XMLClose (Function)
Closes an XML document created by XMLDocument.
SWITCH statement
The SWITCH statement is used to choose the action that will be run according to the value of an expression...
MultimediaEnd (Function)
Positions at the end of media file played in the Multimedia control.
AAF: Handling the columns of a Table control
The Table controls displayed in a window allow the end user to perform several operations......
New Features brochure - Version 27: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 27 presented in the New Features brochure....
Printing in PDF
WINDEV, WEBDEV and WINDEV Mobile allow you to create a PDF file during a print......
Managing the programming errors
The security mechanism of WLanguage is enabled when a programming error occurs in an application......
The Diagram Editor control
The Diagram Editor control allows users to create and edit diagrams in your applications...
The Spreadsheet control: Available formulas
At run time, in the Spreadsheet control, the end user directly enters the calculation formulas......
Deep links to mobile applications
Deep linking allows you to redirect the user to specific content in a mobile application (rather...
Creating a Pivot Table control
To create a Pivot Table control......
How to read emails via the IMAP protocol?
This help page explains how to read emails via the IMAP protocol....
The Image Editor control
The "Image Editor" control is a rich control that allows end users to create and edit images...
Automated tests on an executable
WINDEV proposes to run the different project tests directly on the corresponding executable......
Configuring the AAF menus (Automatic Application Features)
WINDEV includes several Automatic Application Features (AAFs)......
The "dynamic" Tab control
The "Dynamic tab" Tab control is used to display several windows in the same window......
How to read emails via the POP3 protocol?
This help page explains how to read emails via the POP3 protocol....
Generating the setup program
The last wizard step for creating the setup program allows you to......
Buffer (Type de variable)
The buffer type corresponds to a binary memory area....
The Word Processing control
The "Word processing" control is an advanced control that allows the end user to create and edit...
User report editor (Reports & Queries)
A report provides a custom view of data......
Question edit wizard
When typing a new message intended to the end user, WINDEV or WINDEV Mobile automatically displays...
The user version of query editor (Reports & Queries)
A query is used to interrogate a database in order to view, insert, modify or delete data......
Assisted universal replication
To easily establish the universal replication between the data of a remote application...
Managing context menus in a WINDEV or WINDEV Mobile application
A context menu can be opened by the user via a right mouse click......
The report editor
WINDEV, WEBDEV and WINDEV Mobile allow you to create reports with the report editor......
Checking spelling in edit controls
WINDEV lets you use the spelling checker in the Edit controls and text columns of the Table...
Functions for managing objects (External language)