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.
<Looper>.AddLine (Function)
Adds a row at the end of a Looper control.
<String type>.Increment (Function)
Increments a number at the beginning or at the end of a string.
<Thread variable>.Wait (Function)
Waits for the end of the execution of the specified thread.
LooperAdd (Function)
Adds a row at the end of a Looper control.
<Looper>.Add (Function)
Adds a row at the end of a Looper control.
LooperAddLine (Function)
Adds a row at the end of a Looper control.
CompleteDir (Function)
Adds a backslash to the end of a string, if necessary.
EndTimer (Function)
Ends the execution of a timer triggered by Timer.
EndTimerSys (Function)
Ends the execution of a timer triggered by TimerSys.
ThreadWait (Function)
Waits for the end of the execution of the specified thread.
tapiCallEnd (Function)
Returns the date and time of the end of call.
InputFormula (Property)
The InputFormula property is used to: find out whether the end user can enter or change...
InputValue (Property)
The InputValue property is used to: find out whether the end user can enter or change values...
TokenDeletable (Property)
The TokenDeletable property is used to: Determine if the end user is allowed to delete tokens...
<Window>.EdActive (Function)
Allows you to: determine if the "Allow end users to modify the UI" option is enabled...
WinEdActive (Function)
Used to: determine if the "Allow end users to modify the UI" option is enabled in a window...
fAddText (Function)
Adds the content of a character string at the end of a file.
ActionUndo (Function)
Cancels the last action performed by the end user.
mlEnd (Function)
Ends a MATLAB session. This session was initialized by mlInitialize.
LooperEndFilling (Function)
Ends the process to populate a Looper control programmatically.
WinEdLoad (Function)
Loads the changes made by the end user in a window.
<Looper>.EndFilling (Function)
Ends the process to populate a Looper control programmatically.
<Window>.EdLoad (Function)
Loads the modifications performed by the end user in a window.
VisibleEndUser (Property)
The VisibleEndUser property is used to: Find out whether an item is visible or not to the end...
1
2
3
4
5
6
43
>