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...
LoadDLL (Function)
Loads the specified library (DLL) in memory.
MemOut (Function)
Used to find out whether the browse performed on a memory area is outside this memory area.
SemaphoreDestroy (Function)
Explicitly destroys a semaphore.
docFragment (Type of variable)
The docFragment type is used to define the characteristics of a fragment found in a "docx"...
TableColumnSelectOccurrence (Function)
Returns the number of selected columns found in a table. This function is kept for backward...
EventTimeline (Type of variable)
The EventTimeline type is used to define the advanced characteristics of an event displayed...
Automation object
The Automation keyword is used to declare an automation object...
.NET object
To access a class......
jQuery (Function)
Runs a JavaScript method (or several chained methods) of the jQuery library on a page element.
Configuring the SOAP administrator
Enqueue (Function)
Adds an element to the queue.
TableColumnSelect (Function)
Returns the column number corresponding to one of the columns selected in the Table control....
iPrintingNation (Function)
Modifies the current language for the next print (programmed print or report print).
NoteCreate (Function)
Creates a Repositionable Note control in the curernt window through programming.
EventDestroy (Function)
Explicitly destroys an event.
iEndReport (Function)
Forces the report print to stop.
iPrintAreaRTF (Function)
Prints rich text format (RTF) in a rectangular area.
iLine (Function)
Prints a line at specified coordinates.
ExecuteUpdateUI (Function)
Immediately executes the "Request for refreshing the display" event of the window, page, internal...
TableDeleteWithAnimation (Function)
Deletes a row from a Table control, from a TreeView Table control (or from a table displayed...
Sequence of events associated with reports
Several operations are performed when printing a report. These operations are performed...
Socket: Creating a simplified socket server
WINDEV gives you the ability to create a simplified socket server......
Reports & Queries: Specific features
This help page presents the specific features of "Reports & Queries" (which means the user version...
WDInst: Additional options (summary, license, etc.)
When installing the application, you have the ability to display......
iPreview (Function)
Configures the print destination.