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.
RightIndent (Property)
The RightIndent property is used to get and change the space to the right of the text in a control.
Error 17: OTHER CASE must be the last statement used in SWITCH
RequestUpdateUIParent (Function)
Asks to run the "Request for refreshing the display" process of parent. This function is kept...
Describing the report blocks
The different characteristics of a block can be viewed and/or modified in the description window...
RTFSearch (Function)
Finds a character string in an RTF control (found in a window or in a report) or in a character...
tapiCallStart (Function)
Returns the date and time of the beginning of call (incoming or outgoing call).
RequestRefreshUIElement (Function)
Requests the execution of the "Request for refreshing the display" event of the specified element...
WeekToDate (Function)
Returns the date of the Monday for the specified week and year.
GetActiveObject (Function)
Allows to use an Automation object already started on the current computer.
ParallelTaskWait (Function)
Waits for the execution of a parallel task.
Background download
Starting with version 27, files can be downloaded in the background, using the system download...
ExecuteRefreshUIElement (Function)
Immediately executes the "Request for refreshing the display" event of the given element.
MapDisplayArea (Function)
Moves the map displayed in the Map control so that the specified geographic area can be seen...
WeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date...
Compatibility between external components and deployed applications
A component can evolve in many ways......
Distributing Reports & Queries
This help page presents the operations that must be performed in order for a WINDEV application...
HTTPCreateForm (Function)
Creates an HTTP form.
Events associated with a Repositionable Note control
Events associated with a Repositionable Note control...
SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
MDL file (kept for backward compatibility): Pattern description
The MDL file is the file used to generate a RAD window......
Comparison operators
The comparison operators can be divided into several categories......
Automatic procedures
The programming of timers, threads and delayed procedures is now automatically managed...
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
GglGetLicense (Function)
Returns the text of license for using the Google libraries.
inAppListPurchase (Function)
Returns the list of application products purchased by the user and not consumed.