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.
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...
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.
ArrowEnd (Function)
Sets the position of the target end of an arrow in a "Shape" control.
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.
fWrite (Function)
Writes: a character string into an external file. a memory section....
SaaS administrator - Managing the subscriptions
The SaaS subscriptions are used to make a SaaS site available to a client account......
EmailImportSource (Function)
Populates an Email variable using the content of its Source property or the different variables...
Automatic Application Features (AAF) of Spreadsheet controls
The Spreadsheet control includes multiple Automatic Application Features (AAF) in order to simplify...
WDConver : Use in command line mode
...Using WDConver in command line mode consists in running a conversion description created and saved...
Additional setup modules
The setup wizard allows you to include additional modules in the setup. The additional modules...
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.
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...
EventTimeline (Variable type)
The EventTimeline type is used to define the advanced characteristics of an event displayed...
Managing space characters in the searches?
WDInst: advanced options for network installation
The advanced options of the network setup are used to......
TableColumnSelectOccurrence (Function)
Returns the number of selected columns found in a table. This function is kept for backward...
LoadDLL (Function)
Loads the specified library (DLL) in memory.