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.
ReturnedValue (Property)
The ReturnedValue property is used to: Get and change the value returned by a window, page...
Handling the report blocks through programming
Each report block is associated with different events......
WDLog: Viewing a log file
WDLog is used to view the content of a log file......
Reports & Queries: Unsupported WLanguage functions
Some WLanguage functions are not available in Reports & Queries......
Flexbox control description: General tab
In the "General" tab of the Flexbox control description window, you can view and change the options...
Instantiation of an object
To access a class, the object must be declared as being part of the class to handle, this is called...
grCreate (Function)
Creates a specific type of chart.
Conditions for updating an application automatically (Live update)
Whenever the application is modified on the development computer (modifications of windows, code,...
Managing parallel tasks
The computers are becoming more and more powerful......
Gantt Chart report
The report editor gives you the ability to create "Gantt Chart" reports......
7. Consuming a web service
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 7 - Consuming a web...
5. Site test in practice
Keyboard shortcuts
The main keyboard shortcuts in the editors are as follows......
Replication server for the assisted universal replication
The assisted universal replication can use a replication server......
Certificate (Type of variable)
The Certificate type is used to handle: the certificates used to sign the strings or the files....
Training sessions organized by PC SOFT
PC SOFT proposes several training classes, according to your own requirements......
TraceBuild (Function)
Displays a customizable message in the trace window opened in parallel with the current window.
8. 10 tips for better interfaces...
Importing styles from a WordPress theme with WEBDEV
WordPress offers numerous templates to create original websites...
Setup wizard: Steps for creating a WINDEV application setup program
The setup program creation wizard allows you to define all the settings of your setup program....
ToolTip (Property)
The ToolTip property is used to get and change the text displayed in the tooltip associated...
Thread management constants
List of constants used by the functions for managing threads, critical sections, semaphores,...
Iteration block (or substitution block)
The Iteration block is a free block, created manually in the report editor ("Report......
FTPSend (Function)
Transfers a file or directory to an FTP server (File Transfer Protocol).
MCI constants
List of constants used by the MCI functions....