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.
The Map control: Automatic Application Features (AAF)
The Map control proposes several features directly accessible to the end user......
<Gantt chart>.AddLink (Function)
Creates an "End to Start" link between two tasks displayed in a Gantt Chart column found in a Table...
EndDate (Property)
The EndDate property gets and sets the selected time period end date: in a Calendar control,...
GanttAddLink (Function)
Creates an "End to Start" link between two tasks displayed in a Gantt Chart column found in a Table...
WinEdDeclareUndo (Function)
Declares how to cancel an action that was added by WinEdDo.
RTFAdd (Function)
Adds a character string (in RTF or not) at the end of RTF edit control, RTF control in a report...
WindowIfNew (Property)
The WindowIfNew property gets and sets the name of the internal window to be opened if the end user...
Cumulated (Property)
... corresponds to a total (total at the end of a row or column).
AAF: Chart on a table column
When a table column is a Numeric column, the end user can create a chart on the column data...
Creating your own User Macro-Codes
The User Macro-Codes are sections of WLanguage code allowing the end user to customize...
WDInst: Uninstaller settings
The application uninstaller is the application that allows the end user to uninstall...
ERR_NO_CURRENT_PAGE
AAF: Did you know?
Our surveys show that end users love AAFs (Automatic Application Features) and that these AAFs...
iEndPrinting (Function)
Signals the end of the document to print and actually starts printing the data stored...
Managing fonts in an iOS or Android project
Android or iOS projects can use custom fonts......
Storing the breaks in the Table/Looper controls (AAF)
When end users work on a complex Table or Looper control with multiple breaks, they may want...