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.
UncompleteDir (Function)
Removes the '/' or '\' characters from the end of a string, if necessary....
ParallelTaskWaitAll (Function)
Waits for the end of execution of all parallel tasks found in an array.
<docFragment variable>.Add (Function)
Adds an element, text or image at the end of a docFragment variable.
<Chart>.Origin (Function)
Modifies the start and end marks on one of the chart axes.
ArrowStart (Function)
Sets the position of the source end of an arrow in a "Shape" control.
MCIEnd (Function)
Positions at the end of a media file that was opened beforehand MCIOpen.
grOrigin (Function)
Modifies the start and end marks on one of the chart axes.
HDBCreation (Function)
Ends the description of the structure of an xBase data file through programming.
<Table>.EndFilling (Function)
Ends the process to populate a Table or TreeView Table control programmatically.
fMemWait (Function)
Waits for the end of process about the notifications of modification of a shared memory area.
WinInitialized (Function)
Used to find out whether the "end of initialization" code was run for a window.
ParallelTaskCancel (Function)
Immediately ends the execution of the current task: the task is flagged as ptsCanceled.
TableEndFilling (Function)
Ends the process to populate a Table or TreeView Table control programmatically.
EndTimestamp (Property)
The EndTimestamp property is used to set the end date and time of an action.
EndControl (Property)
The EndControl property gets or sets the end control of a Wire control.
MemcachedAddSuffix (Function)
Adds a value at the end of existing value in the cache for the given key.
UndockablePane (Property)
The UnlockablePane property is used to: Determine if the end user can move the panes...
iNewLine (Function)
Prints a line (in Windows standard, with a rounded end) at specified coordinates.
The PDF Reader control
The "PDF Reader" control is an advanced control that allows end users to view PDF documents...
EndDate (Property)
The EndDate property is used to get and change the end date of a time period.
TableAddChild (Function)
Adds a row into a TreeView Table control, at the end of a given hierarchy level.
WinEdSave (Function)
Saves the changes made when the "Modification of UI by the end user" mode is enabled.
LooperAddIW (Function)
Adds a row as an internal window at the end of a Looper control populated programmatically.
CommonLength (Function)
Returns the number of common characters between two strings (from the beginning or from the end...
1
2
3
4
5
6
43
>