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.
LoadDLL (Function)
Loads the specified library (DLL) in memory.
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...
TableColumnSelectOccurrence (Function)
Returns the number of selected columns found in a table. This function is kept for backward...
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.