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.
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 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.
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.
IF statement
The conditional IF statement allows you to run an action according to a condition...
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.
ListCount (Function)
Returns the number of elements in a List Box, ListView or Combo Box control.
FileToMemory (Function)
Automatically initializes the values of the members of a structure or class with the values...
ToastDisplay (Function)
Displays a "Toast" message.
Position (Function)
Finds the position of a specified string within another string.
SensorDetectEndShake (Function)
Notifies when the device has been shaken in any direction.
TableInsertLine (Function)
Inserts a row into: a Table control, a TreeView Table control....
mlzAddLine (Function)
Adds a new dynamic row into a Multiline Zone control.
Events associated with ListView controls
List of events associated with ListView controls...
16. Application test in practice
Insert (Function)
Inserts an element at a given position: into a one-dimensional WLanguage array....
ArrayInsert (Function)
Inserts an element at a given position: into a one-dimensional array. into an associative...
ArrayAdd (Function)
Adds an element in last position: of a one-dimensional WLanguage array. of an advanced array...
Setup wizard: Steps for creating a WINDEV application setup program
The setup program creation wizard allows you to define all the settings of your setup program....
Events associated with Combo Box controls
List of events associated with Combo Box controls...
Creating the executable and the setup program
WINDEV Tutorial - Deploying an application Creating the executable and the setup program - 30 min
String constants
List of constants used by string functions...
Code editor: Various operations
The code editor is the editor where the developers spend most of their time. This help page...
Converting C types
Depending on the type of programming, it may be useful to know the correspondence between the types...
HUpdateSet (Function)
Creates or updates a set of procedures on an HFSQL server.
SensorDetectBeginShake (Function)
Notifies when the device is shaken in any direction.
SpeechRecognitionAddCommand (Function)
Adds a voice command into the current window.
Events associated with a Spreadsheet control
Setup in MSI format
You have the ability to create a setup program in MSI standard......