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...
SaaSCheckService (Function)
Checks the access rights of the user to a service of the SaaS site.
NbWorksheet (Property)
The NbWorksheet property is used to get the number of worksheets in a Spreadsheet control.
TwainState (Function)
Returns the status of the current source.
WinAnimationClosing (Function)
Modifies the type and duration of the animation used when closing the application windows.
SaaSAdminModifySubscription (Function)
Modifies a SaaS subscription.
DiagramGroup (Function)
Creates a group from the elements selected in the Diagram Editor control.
Telemetry: Configuring the WINDEV and WINDEV Mobile applications
To use the telemetry in a WINDEV or WINDEV Mobile application, you must......
HRetrieveLog (Function)
Creates a text file containing the server logs between two given dates.
ExecuteUpdateUIParent (Function)
Immediately executes the "Request for refreshing the display" event of the parent. This function...
Constants for telemetry management
Constants for telemetry management...
How Session mode pages work
WEBDEV includes several types of pages to create dynamic sites......
NumberAccessiblePages (Property)
The NumberAccessiblePages property is used to get the number of pages currently loaded in a PDF...
Beep (Function)
Emits a beep.
FinCurrentVal (Example)
Usage example of the FinCurrentVal function
FinFutureVal (Example)
Usage example of the FinFutureVal function
Deploying an application that uses an external component
An application that uses one or more external components is deployed in the same way as a standard...
GuidedTourStep (Type of Variable)
The GuidedTourStep type allows you to define all the advanced characteristics of a step of a guided...
GuidedTour (Type of Variable)
The GuidedTour type allows you to define all the advanced characteristics of a guided tour...
13. External component in practice
External component in practice...
TableStartFilling (Function)
Starts the process to populate a Table or TreeView Table control programmatically.
LooperStartFilling (Function)
Starts the process to populate a Looper control programmatically.
NotifDeleteCategory (Function)
Deletes a notification category from the application.
HCancelDeclaration (Example)
Usage example of the HCancelDeclaration function
dChord (Example)
Usage example of the dChord function
SpreadsheetAllowProcedure (Function)
Allows the use of a WLanguage function/procedure in a formula of a Spreadsheet control....