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.
TableAddColumn (Function)
Adds elements on the right of an Horizontal Table control.
MapDisplayPosition (Function)
Centers the map displayed in a Map control on a geographical position or on a specific location.
Description of a Pivot Table control
The description window of a Pivot Table control is used to configure several elements...
AnimationPlayOnControlProperty (Function)
Animates the modification of an integer property between 2 values.
TileAdd (Function)
Adds a new tile customization for the current Windows Store Apps application.
Keyboard shortcut on a button (AAF)
In an application developed with WINDEV, the user has the ability to implement a keyboard shortcut...
Automatic update (Network applications)
This step of the wizard allows managing the automatic updates of the applications...
Creating a translation file
WDINT allows you to create a translation file....
MemFound (Function)
Checks whether the sought element was found.
ControlNoSpace (Function)
Specifies whether the space characters on the right of the value found in the control are deleted.
Handle (Function)
Returns the system "Handle" (HWND) of a WINDEV control or window.
The "Stock" charts
The Stock charts are used to represent the variations in the values of shares......
Universal Windows 10 App: Deploying on the store
Your Universal Windows 10 App application is ready to be used......
The setup editor WDInst
WDInst is a setup editor used to define the setup parameters of your application......
WDADMINEXE : Controlling the application remotely
The remote control of a WINDEV application allows the manager of an application used in network...
Other operators
The following are additional operators......
12. External component in practice
Flexbox control description: Details tab
The "Details" tab of the Flexbox control description window allows you to define how the control...
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
Code editor: Various operations
The code editor is the editor where the developers spend most of their time. This help page...
Operators on character strings
The character strings can be handled by specific WLanguage functions...
GglFillCalendar (Function)
Fills a calendar that was retrieved beforehand: the events corresponding to the calendar...
AddVoiceCommand (Function)
Adds a voice command into the current window. From version 17, this function is replaced...
Error 204: using a parameter without optional value after parameters ...
RulerModifiable (Property)
The RulerModifiable property is used to: Find out whether the user can move the playhead...