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...
EmailImportSource (Function)
Populates an Email variable using the content of its Source property or the different variables...
How to clone and use columns in a Table control?
In some cases, a Table control must be filled with an unknown number of columns (when creating...
fWrite (Function)
Writes: a character string into an external file. a memory section....
Automatic Application Features (AAF) of Spreadsheet controls
The Spreadsheet control includes multiple Automatic Application Features (AAF) in order to simplify...
HReadSeekFirst (Function)
Sets the position on the first record whose value for a specific item is strictly equal to a sought...
WDConver : Use in command line mode
...Using WDConver in command line mode consists in running a conversion description created and saved...
AppInstallUPD (Function)
Triggers the automatic update of current application.
MapExecuteJS (Function)
Runs the native code of Google Maps API in a Map control in JavaScript.
dArc (Example)
Usage example of the dArc function
dSlice (Example)
Usage example of the dSlice function
CookieWrite (Example)
Usage example of the CookieWrite function
CookieRead (Example)
Usage example of the CookieRead function
Debugging a connection to an HFSQL server
The stored procedures and the triggers are debugged from the environment, with real execution...
Obtaining an SSL certificate for IIS7 (or later)
To get an SSL certificate for IIS 7 (and later), the different steps are as follows:...
TableInsertLineWithAnimation (Function)
Inserts a row into a Table control or into a TreeView Table control with an animation.
Search in SCM history
The search in the history allows you to perform an advanced search in the history of operations...
Events associated with supercontrols
List of events associated with supercontrols...
Managing space characters in the searches?
dbgStartRecording (Function)
Starts recording a test scenario (also called reproduction scenario).
MaxButtonWidth (Property)
The MaxButtonWidth property is used to get and set the maximum width of a button in a tab pane.
ActionDo (Function)
Creates and runs a custom action (defined through programming) with support of "Undo/Redo"....
ThreadStopRequested (Function)
Checks if a stop request has been sent to the running thread.
Constants for managing drop-down menus
List of constants used by the functions for managing menus....
SaaS administrator - Managing the subscriptions
The SaaS subscriptions are used to make a SaaS site available to a client account......
Managing pinned projects
The home window of WINDEV, WEBDEV and WINDEV Mobile allows you to manage the pinned projects...