ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Chrono>.End (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to <Chrono>.Start).
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.
"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.
HTransactionEnd (Function)
Validates the current transaction:
  • the modifications performed on the table 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.
MultimediaEnd (Function)
Positions at the end of media file played in the Multimedia control.
LOOP statement
The statement block is repeated endlessly...
EndProgram (Function)
Ends the execution of the current program.
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.
IF statement
The conditional IF statement allows you to run an action according to a condition...
MCIEnd (Function)
Positions at the end of a media file that was opened beforehand MCIOpen.
<Connection variable>.TransactionEnd (Function)
Validates the current transaction:
  • the modifications performed on the table 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.
GPSEnd (Function)
Indicates the end of the use of geolocation functions.
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)...
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
SWITCH statement
The SWITCH statement is used to choose the action that will be run according to the value of an expression...
ArrowEnd (Function)
Sets the position of the target end of an arrow in a "Shape" control.
CriticalSectionEnd (Function)
Marks the end of a critical section: another thread will be able to run the code.
SaaSAdminModifySubscription (Function)
Modifies a SaaS subscription.
MessTranslate (Function)
Retrieves a message found in the code of a program in the current language.
Advanced dialog boxes
The advanced dialog boxes are windows allowing you to communicate with the user......
ArrayInsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced...
Telemetry constants
Telemetry constants...
ProgressBar (Property)
The ProgressBar property is used to identify and change the Progress Bar control used...
How to find out whether a report was printed?
After
They After keyword can correspond to:
Delete (Reserved word)
The memory occupied by a dynamic object (array, class object, ...
SaaSCheckService (Function)
Checks the access rights of the user to a service of the SaaS site.
NbWorksheet (Property)
The NbWorksheet property is used to get the number of worksheets in a Spreadsheet control.
TwainState (Function)
Returns the status of the current source.
WinAnimationClosing (Function)
Modifies the type and duration of the animation used when closing the application windows.
DiagramGroup (Function)
Creates a group from the elements selected in the Diagram Editor control.
SemaphoreDestroy (Function)
Explicitly destroys a semaphore.
EventDestroy (Function)
Explicitly destroys an event.
The Appointment structure
The Appointment structure is a preset structure of WLanguage (no declaration is required)......