ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<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.
....
"END:" label
The END: label is used to define a code that will be systematically run at the end of process execution.
<Table>.End (Function)
Stops the manual iteration of data file linked to a Table control based on a data file.
GPSEnd (Function)
Indicates the end of the use of geolocation functions.
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)...
EndProgram (Function)
Ends the execution of the current program.
SWITCH statement
The SWITCH statement is used to choose the action that will be run according to the value of an expression...
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
MCIEnd (Function)
Positions at the end of a media file that was opened beforehand MCIOpen.
<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.
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...
LOOP statement
The statement block is repeated endlessly...
WinEdSelectPlus (Function)
Selects a control when the interface is modified by the end user ("Allow end users to modify...
WinEdDeselectAll (Function)
Deselects all the controls when the interface is modified by the end user ("Allow end users...
WinEdSelectMinus (Function)
Deselects a control when the interface is modified by the end user ("Allow end users to modify...
WinEdRedo (Function)
Runs the last action undone by the end user ("Allow end users to modify the UI" option enabled).
<Window>.EdDeselectAll (Function)
Deselects all the controls when the interface is modified by the end user ("Allow end users...
<Window>.EdRedo (Function)
Runs the last action undone by the end user ("Allow end users to modify the UI" option enabled).
<Window>.EdSelectPlus (Function)
Selects a control when the interface is modified by the end user ("Allow end users to modify...
<Window>.EdSelectMinus (Function)
Deselects a control when the interface is modified by the end user ("Allow end users to modify...
WinEdSelectOccurrence (Function)
Indicates the number of controls selected when the interface is modified by the end user ("Allow...
WinEdSelect (Function)
Returns one of the controls selected when the interface is modified by the end user ("Allow end...
<Window>.EdSelect (Function)
Returns one of the controls selected when the interface is modified by the end user ("Allow end...
<Window>.EdUndo (Function)
Undoes the last action performed by the end user when modifying the interface ("Allow end users...
<Window>.EdSelectOccurrence (Function)
Indicates the number of controls selected when the interface is modified by the end user ("Allow...
WinEdUndo (Function)
Undoes the last action performed by the end user when modifying the interface ("Allow end users...
DocAdd (Function)
Adds: at the end of a Word Processing document: an element, a document, a paragraph, a text,...
RestartProgram (Function)
Ends the application and restarts it.
WDEnd (External language)
Ends a program that is using WINDEV.
ThreadEnd (Function)
Ends the execution of the current thread.
EndService (Function)
Ends the execution of the current service.
SensorEnd (Function)
Indicates the end of the use of the sensor functions.
StringIncrement (Function)
Increments a number at the beginning or at the end of a string.
fAddBuffer (Function)
Adds the content of a buffer at the end of a file.
SaaSAdminDisconnect (Function)
Ends the management session of a SaaS database.
1
2
3
4
5
6
43
>