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.
Using the UI modification when running a project or window test
End users can directly modify the interface of the application (according to the options specified...
AddLine (Function)
Adds a row at the end: of a one- or two-dimensional WLanguage array. of a two-dimensional...
12. Retrieving data from a site
Setup by HTTP (Network setup via IP)
The network setup via HTTP consists in installing and updating a WINDEV application via an HTTP...
Start of Break block (Break header)
The Start of break block is optional......
The Dashboard control
Dashboards are essential elements in an application......
The Range Slider control
The Range Slider control is used to easily select an interval or a zoom......
CursorEnd (Property)
The CursorEnd property gets and sets the end position of the mouse selection range in the following...
WinEdSaveNote (Function)
Exports the repositionable notes created by the user into a file.
Automatic data file modification
The automatic data file modification updates the description of data files on user computers......
Report viewer: "Print" tab
The report viewer allows end users to view reports before printing them......
Step 3: Printing characters, images, ...
This step consists in "sending the different elements to print to the printer"......
Sensor functions
The following functions are used to manage the compass and the accelerometer in an application run...
"?" menu
WINDEV proposes a help menu adapted to your applications......
Report viewer: "Preview" tab
The report viewer allows end users to view reports before printing them......
15. Creating the executable in practice
Creating the executable in practice...
Code indentation
When typing compound statements ("Switch", "For" and "While", for example), the code...
Managing rights on HFSQL Client/Server
To ensure data security and confidentiality, some actions may be restricted to a group of users......
The Repositionable Note control
The Repositionable Note control allows you to include the famous yellow sticker...
Office tools
WINDEV includes multiple "Office" controls that allow end users to use the desired tools without...
Error 2: Incomplete line
Break in a report
The break is used to group the records corresponding to a sort criterion......
Managing a Text token Edit control
...Interfaces that use token controls are common. A Token control contains variable amounts...
History of versions (network setup)
The setup wizard allows you to configure the history of versions during a network setup....
WDAdminHF: Saving the databases
The remote HFSQL administrator allows you to create backups of HFSQL Client/Server data files......
1
6
7
8
9
10
43
>