ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Table>.End (Function)
Stops the manual iteration of data file linked to a Table control based on a data file.
"END:" label
The END: label is used to define a code that will be systematically run at the end of process execution.
<Multimedia>.End (Function)
Positions at the end of media file played in the Multimedia control.
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.
....
<Chrono>.End (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to <Chrono>.Start).
MCIEnd (Function)
Positions at the end of a media file that was opened beforehand MCIOpen.
MultimediaEnd (Function)
Positions at the end of media file played in the Multimedia control.
EndProgram (Function)
Ends the execution of the current program.
<Connection variable>.TransactionEnd (Function)
Validates the current transaction:
  • the modifications performed on the table 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.
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 table 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.
LOOP statement
The statement block is repeated endlessly...
GPSEnd (Function)
Indicates the end of the use of geolocation functions.
IF statement
The conditional IF statement allows you to run an action according to a condition...
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
SWITCH statement
The SWITCH statement is used to choose the action that will be run according to the value of an expression...
FOR statement
The statement block is repeated while a control variable is modified and compared to a limit value (before each beginning of statement block)...
CriticalSectionEnd (Function)
Marks the end of a critical section: another thread will be able to run the code.
ArrayAdd (Function)
Adds an element in last position: of a one-dimensional WLanguage array. of an advanced array...
ListInsert (Function)
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.
ListAdd (Function)
Adds an element to a List Box, ListView or Combo Box control populated programmatically.
Events associated with Combo Box controls
List of events associated with Combo Box controls...
Running the test of a report
The test of a single report allows you to run the current report in WINDEV, WEBDEV or WINDEV...
Query editor
The query editor is used to automatically create queries on the data files......
Developing an iOS 14 widget
An iOS widget is an application intended to be displayed as a widget on iOS devices (iPhone, iPad,...
Add (Function)
Adds an element in last position: of a one-dimensional WLanguage array. of an advanced array...
Project Management Hub: Statistics
When managing a project, you must keep track of some indicators to understand the evolution...
InsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced...
Activating an application or a site
When distributing an application or a site, you may want to offer both a full version and a limited...
fMemOpen (Function)
Opens a memory zone shared between several applications.
JSEvent (Function)
Associates a browser procedure with an event on an object in browser code.
Describing the replicated files (ReplicEdit)
A replication includes one or more data files......
Configuring Reports & Queries
Reports & Queries is used to......
How to loop through a file using filters?
Thread (Type of variable)
The Thread type allows you to define all the characteristics of a thread.
Testing a static page
The test of a single page allows you to run the current page in WEBDEV......
The structure of the RAD patterns (kept for backward compatibility)
...The RAD pattern files (MDL files) are used to describe:...
Position (Function)
Finds the position of a specified string within another string.
fUnlock (Function)
Entirely or partially unlocks an external file.
Automated tests: Overview
Several test tools are available to guarantee the quality of your applications......
FileToMemory (Function)
Automatically initializes the values of the members found in a class or in a structure...