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.
dLine (Example)
Usage example of the dLine function
dPoint (Example)
Usage example of the dPoint function
France.CheckINSEE (Function)
Tests the validity of an INSEE number (identification number of physical persons assigned...
Handling a Calendar control by programming
WINDEV, WEBDEV and WINDEV Mobile allow you to handle a Calendar control through programming......
Day (Property)
The Day property is used to: Get the day from a Date or DateTime variable, or get the number...
MenuInsertMenu (Function)
Inserts a menu before another menu in a window.
AttachPointStart (Property)
The AttachPointStart property is used to get and change the position of the start attachment point...
LoadWDL (Function)
Loads a library of WINDEV objects in memory (.WDL).
DiagramUngroup (Function)
Dissociates the different shapes of a group in a Diagram Editor control.
WDInst: advanced options for the network setup
The advanced options of the network setup are used to......
MenuInsertOption (Function)
Inserts a new option at a specific position.
RequestRefreshUI
Requests the execution of the "Request for refreshing the display" event (and gives back control...
Dynamic Automation object
A dynamic automation object is an automation object allocated upon request, during the program...
List,Add (External language)
Adds an element to a Combo Box or List Box control.
ServiceWait (Function)
Pauses the current service during the specified duration.
Delete (Reserved word)
The memory occupied by a dynamic object (array, class object, ...
FOR statement
The statement block is repeated while a control variable is modified and compared to a limit value...
MessTranslate (Function)
Retrieves a message found in the code of a program in the current language.
Advanced dialog boxes
The advanced dialog boxes are windows allowing you to communicate with the user......
ArrayInsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced...
Error 35: 'Continue' is available in the loops only
ProgressBar (Property)
The ProgressBar property is used to identify and change the Progress Bar control used...
How to find out whether a report was printed?
After
They After keyword can correspond to:
The Appointment structure
The Appointment structure is a preset structure of WLanguage (no declaration is required)......