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...
MCIEnd (Function)
Positions at the end of a media file that was opened beforehand MCIOpen.
LOOP statement
The statement block is repeated endlessly...
<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...
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
End of Document block
The End of document block is run once at the end of the report execution......
End of break block
The End of break block is optional......
ERR_NO_END_TAG
<Chrono>.End (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call...
Error 38: The END statement marking the end of the structure declaration is missing
Error 40: The END statement marking the end of the class declaration is missing
WDTerm: End the external language
End the external language......
UI modifiable by the end user
By default, WINDEV applications allow end users to modify the interface of the application......
Error 39: The END statement marking the end of declaration of the composite variable is missing
Error 22: No END statement is associated with this FOR
Error 26: No END statement is associated with this THEN
Error 23: No END statement is associated with this WHILE
End-user UI management functions
Error 27: No END statement is associated with this ELSE
Error 28: No END statement is associated with this SWITCH
Error 24: No END statement is associated with this LOOP
Warning 18: Loop without potential end
End-user UI editing functions (prefix syntax)
15. Cookies: information stored on the end user's computer
<Window>.EdRestore (Function)
Undoes all the modifications made by the end user ("Allow end users to modify the UI" option...
WinEdRestore (Function)
Undoes all the changes made by the end user ("Allow end users to modify the UI" option enabled).
1
2
>