ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<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.
....
"END:" label
The END: label is used to define a code that will be systematically run at the end of process execution.
<Table>.End (Function)
Stops the manual iteration of data file linked to a Table control based on a data file.
GPSEnd (Function)
Indicates the end of the use of geolocation functions.
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)...
EndProgram (Function)
Ends the execution of the current program.
SWITCH statement
The SWITCH statement is used to choose the action that will be run according to the value of an expression...
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
MCIEnd (Function)
Positions at the end of a media file that was opened beforehand MCIOpen.
<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.
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.
IF statement
The conditional IF statement allows you to run an action according to a condition...
LOOP statement
The statement block is repeated endlessly...
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...
ListCount (Function)
Returns the number of elements in a List Box, ListView or Combo Box control.
Developing an iOS 14 widget
An iOS widget is an application intended to be displayed as a widget on iOS devices (iPhone, iPad,...
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.