ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Table>.End (Function)
Stops the manual iteration of data file linked to a Table control based on a data file.
"END:" label
The END: label is used to define a code that will be systematically run at the end of process execution.
<Multimedia>.End (Function)
Positions at the end of media file played in the Multimedia control.
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.
....
<Chrono>.End (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to <Chrono>.Start).
MCIEnd (Function)
Positions at the end of a media file that was opened beforehand MCIOpen.
MultimediaEnd (Function)
Positions at the end of media file played in the Multimedia control.
EndProgram (Function)
Ends the execution of the current program.
<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.
XMLClose (Function)
Closes an XML document created by XMLDocument.
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.
IF statement
The conditional IF statement allows you to run an action according to a condition...
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.
LOOP statement
The statement block is repeated endlessly...
GPSEnd (Function)
Indicates the end of the use of geolocation functions.
ArrowEnd (Function)
Sets the position of the target end of an arrow in a "Shape" control.
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...
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)...
CriticalSectionEnd (Function)
Marks the end of a critical section: another thread will be able to run the code.
Pop (Function)
Pops an element from a stack.
Telephony: Managing outgoing calls
To manage the outgoing calls in a WINDEV or WINDEV Mobile application......
The indexed controls
A control is an indexed control if it contains several controls with the same name......
dHorizontalSymmetry (Function)
Flips an image with respect to a horizontal axis (symmetry with respect to a horizontal axis).
Supercontrol
A supercontrol is an advanced type of control......
2025 new features brochure: WINDEV new features
What's new in WINDEV 2025 in the What's new 2025 brochure....
Lambda: Expressions and procedures
A lambda ("lambda function") is a more concise way to write internal procedures...
ArrayInsert (Function)
Inserts an element at a given position: into a one-dimensional array. into an associative...
Insert (Function)
Inserts an element at a given position: into a one-dimensional WLanguage array....
Constants for managing character strings
List of constants used by string management functions...
Project description: Advanced tab
The project description window allows you to configure various elements of your project......
Events associated with internal windows
List of events associated with internal windows...
Dequeue (Function)
Removes an element from the queue.
The RTF edit control: Automatic formatting toolbar
In RTF Edit controls, a formatting toolbar can now be automatically displayed when the control...
dPolyline (Function)
Draws a line composed of multiple segments.
Chrono (Type of variable)
The Chrono type is used to define all the advanced characteristics of a stopwatch.
fRead (Function)
Reads: a block of bytes (characters) in an external file (ANSI or Unicode), the content...
TableInsertLine (Function)
Inserts a row into: a Table control, a TreeView Table control....
dVerticalSymmetry (Function)
Flips an image with respect to a vertical axis (symmetry with respect to a vertical axis).
ExceptionChangeParameter (Function)
Configures the automatic behavior that will be implemented if an exception occurs in the current...