ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

"END:" label
The END: label is used to define a code that will be systematically run at the end of process execution.
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.
<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).
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
MultimediaEnd (Function)
Positions at the end of media file played in the Multimedia control.
MCIEnd (Function)
Positions at the end of a media file that was opened beforehand MCIOpen.
GPSEnd (Function)
Indicates the end of the use of geolocation functions.
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.
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.
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.
EndProgram (Function)
Ends the execution of the current program.
<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.
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)...
LOOP statement
The statement block is repeated endlessly...
IF statement
The conditional IF statement allows you to run an action according to a condition...
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...
LoadDLL (Function)
Loads the specified library (DLL) in memory.
TableColumnSelectOccurrence (Function)
Returns the number of selected columns found in a table. This function is kept for backward...
MemOut (Function)
Used to find out whether the browse performed on a memory area is outside this memory area.
SemaphoreDestroy (Function)
Explicitly destroys a semaphore.
docFragment (Type of variable)
The docFragment type is used to define the characteristics of a fragment found in a "docx"...
EventTimeline (Type of variable)
The EventTimeline type is used to define the advanced characteristics of an event displayed...
Automation object
The Automation keyword is used to declare an automation object...
.NET object
To access a class......
jQuery (Function)
Runs a JavaScript method (or several chained methods) of the jQuery library on a page element.
Configuring the SOAP administrator
Enqueue (Function)
Adds an element to the queue.
TableColumnSelect (Function)
Returns the column number corresponding to one of the columns selected in the Table control....
iPrintingNation (Function)
Modifies the current language for the next print (programmed print or report print).
NoteCreate (Function)
Creates a Repositionable Note control in the curernt window through programming.
EventDestroy (Function)
Explicitly destroys an event.
iEndReport (Function)
Forces the report print to stop.
iPrintAreaRTF (Function)
Prints rich text format (RTF) in a rectangular area.
iLine (Function)
Prints a line at specified coordinates.
ExecuteUpdateUI (Function)
Immediately executes the "Request for refreshing the display" event of the window, page, internal...
TableDeleteWithAnimation (Function)
Deletes a row from a Table control, from a TreeView Table control (or from a table displayed...
Sequence of events associated with reports
Several operations are performed when printing a report. These operations are performed...
Socket: Creating a simplified socket server
WINDEV gives you the ability to create a simplified socket server......
Reports & Queries: Specific features
This help page presents the specific features of "Reports & Queries" (which means the user version...
WDInst: Additional options (summary, license, etc.)
When installing the application, you have the ability to display......
iPreview (Function)
Configures the print destination.