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.
The Scrollbar control
...The Scrollbar control is used to scroll objects (text, captions, etc....
Events associated with ListView controls
List of events associated with ListView controls...
Brochure of new features: New WINDEV features
New features in WINDEV 28 presented in the New Features brochure....
Add (Function)
Adds an element in last position: of a one-dimensional WLanguage array. of an advanced array...
Developing an iOS 14 widget
An iOS widget is an application intended to be displayed as a widget on iOS devices (iPhone, iPad,...
ListCount (Function)
Returns the number of elements in a List Box, ListView or Combo Box control.
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......
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.