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.
Installing WINDEV, WEBDEV or WINDEV Mobile
This chapter presents the configuration required to install WINDEV, WEBDEV or WINDEV Mobile as well...
1. Project audits
WEBDEV Tutorial - Optimizing a WEBDEV project Lesson 1 - Project audits - 15 min
Cookie (Type of variable)
The Cookie type is used to handle the cookies transmitted in the HTTP requests.
docElement (Type of variable)
The docElement type is used to handle each element found in a docParagraph variable.
Ellipsis (Property)
The Ellipsis property is used to determine and change the truncation mode with ellipses...
HConnect (Function)
Redefines one or more connection parameters via Native Connector (Access, SQL Server, MySQL...
HourGlass (Function)
Transforms the mouse cursor into hourglass (and conversely). In Android and iOS, displays...
DnDCursor (Function)
Manages the mouse cursor and specifies the action allowed during Drag and Drop.
iInitReportQuery (Function)
Initializes the query linked to the report (for a query with parameters).
GglConnect (Function)
Manages authentication on a Google server (via the "OAuth 2.0" authentication mode).
Pinned area in a page: fixed area on the screen
A fixed area in a page is a page section that remains visible even if the Web user moves...
Pull to refresh (Android/iOS): Window, Table and Looper controls
The "Pull to refresh" feature allows the user to "pull" a Table control, a Looper control...
Testing and debugging a project on the development computer
The test of the entire project allows you to simulate the start of the application...
WDInst: Configuring the automatic data file modification
The automatic data file modification updates the description of data files on user computers......
Events associated with TreeView controls
List of events associated with TreeView controls...
Creating a table in a report
Tables can be created in a report......
Android: The different types of notifications
Android proposes several types of notifications to inform the user......
16. Types of code
gpwOpenConnection (Function)
Opens a connection to a specific Client/Server database to manage the files of user groupware...
Event (Function)
Intercepts a Windows event on a control, a group of controls or a WINDEV window.
Setup mode
Several methods can be used to distribute a WINDEV application......
Printing in WLanguage
WINDEV, WEBDEV and WINDEV Mobile propose several print methods......
InfoWithTimeoutAsynchronous (Function)
Displays a custom message in a non-blocking system information window for a given amount of time.
ErrorWithTimeoutAsynchronous (Function)
Displays a custom error message in a non-blocking system error window for a given amount of time.
TableEnableFilter (Function)
Implements a user filter on a column found in a Table or TreeView Table control.