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.
In-App purchases
The mobile systems (Android/iOS) allow their applications to propose content at extra cost,...
MVP RAD
WINDEV proposes an MVP RAD that generates the "table" and "form" windows as well as the necessary...
SendKey (Function)
Simulates the keystrokes and the mouse actions.
Events associated with windows
List of events associated with windows...
Installing and configuring HFSQL Cluster
Required configuration and overview for installing HFSQL Cluster....
Editable reports
The report editor can be used to create form reports, which include different controls allowing...
14. Distribute Reports and Queries with your applications
WINDEV Tutorial - Reports and Queries Distribute Reports and Queries with your applications - 10...
Constants for managing Table, Treeview Table, Looper and List Box controls
List of constants used by the functions for managing Table, TreeView Table, Looper and List Box...
New Features brochure - Version 27: new features of WINDEV Mobile
New features in WINDEV Mobile 27 presented in the New Features brochure....
8. Windows in practice
Discover the main actions that can be performed on the windows....
Deploying an Android application
WINDEV Mobile allows you to develop Android applications. Then, these applications can be easily...
The Organization Chart control
The Organization Chart control is used to represent elements in a hierarchical way. For example:...
External language: Programming in Pascal
We are going to call the elements developed in WINDEV (project, windows, ......
Trace (Function)
Displays the requested information (content of a control, for example) in a window opened next...
Handling an Edit control programmatically
You can handle Edit controls programmatically......
FTPGet (Function)
Transfers a file or directory from an FTP (File Transfer Protocol) server to the current computer.
HTransactionStart (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates...
WINDEV and the communication streams (audio, sound)
To handle the communication streams, WINDEV includes......
fWriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
Page in Session mode: Populating controls after a long process
In a web application, you may need to run long processes (for example, to update counters......
Remote WEBDEV administrator: Managing the error messages
By default, when an error occurs in a dynamic WEBDEV site, an error message is displayed...
Report based on a variable (Data binding)
A report based on a variable is used to directly print the information found in a WLanguage...
CallWD: Function specific to the external language
Calls a WLanguage function from an external language....
Modifying the characteristics of report controls
The characteristics of the controls can be viewed and/or changed in......
Generating an application for Universal Windows 10 App