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.
grInterval (Function)
Indicates the interval between values on the vertical and horizontal axis of a chart.
Clickable control in a report
The report editor allows you to propose clickable controls during the print preview......
SpeechRecognitionTrigger (Function)
Triggers the device's speech recognition service....
How to open a window?
Testing a window
Testing a single window allows you to run the current window in WINDEV or WINDEV Mobile......
IntegerToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date...
HSeek (Function)
Positions on the first record of the data file whose value for a specific item is greater...
Socket: creating a standard socket server
WINDEV allows you to create a standard socket server......
Guided tour management constants
Manager of automated tests
The test manager is used to......
Events associated with Looper controls
List of events associated with Looper controls...
Report based on a memory area
A report based on a memory area is used to print the records stored in a memory area......
Image editor: Features
The image editor includes several features......
xmlReader (Type of variable)
The xmlReader type is used to read an XML document without loading it in memory.
InitWindow (Function)
Initializes (or not) the controls to zero and runs the initialization processes of the controls...
Multitask (Function)
MultiTask is used to: define a timeout, give control back to Windows, give control back...
The indexed controls
A control is an indexed control if it contains several controls with the same name......
HCancelDeclaration (Function)
Used to: Delete a declaration made previously using HDeclare, HDeclareExternal, HDescriveFile....
Telephony: Managing the outgoing calls
To manage the outgoing calls in a WINDEV or WINDEV Mobile application......
Lambda: Expressions and procedures
A lambda ("lambda function") is a more concise way to write internal procedures...
Constants for managing character strings
List of constants used by string management functions...
Project description: Advanced tab
The project description window allows you to configure various elements of your project......
16. Application test in practice
Dequeue (Function)
Removes an element from the queue.
The RTF edit control: Automatic formatting toolbar
In RTF Edit controls, a formatting toolbar can now be automatically displayed when the control...