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...
dLine (Example)
Usage example of the dLine function
dPoint (Example)
Usage example of the dPoint function
France.CheckINSEE (Function)
Tests the validity of an INSEE number (identification number of physical persons assigned...
Handling a Calendar control by programming
WINDEV, WEBDEV and WINDEV Mobile allow you to handle a Calendar control through programming......
MenuInsertMenu (Function)
Inserts a menu before another menu in a window.
Day (Property)
The Day property is used to: Get the day from a Date or DateTime variable, or get the number...
AttachPointStart (Property)
The AttachPointStart property is used to get and change the position of the start attachment point...
LoadWDL (Function)
Loads a library of WINDEV objects in memory (.WDL).
DiagramUngroup (Function)
Dissociates the different shapes of a group in a Diagram Editor control.
WDInst: advanced options for the network setup
The advanced options of the network setup are used to......
MenuInsertOption (Function)
Inserts a new option at a specific position.
RequestRefreshUI
Requests the execution of the "Request for refreshing the display" event (and gives back control...
Dynamic Automation object
A dynamic automation object is an automation object allocated upon request, during the program...
List,Add (External language)
Adds an element to a Combo Box or List Box control.
ServiceWait (Function)
Pauses the current service during the specified duration.
Delete (Reserved word)
The memory occupied by a dynamic object (array, class object, ...
MessTranslate (Function)
Retrieves a message found in the code of a program in the current language.
Advanced dialog boxes
The advanced dialog boxes are windows allowing you to communicate with the user......
ArrayInsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced...
Error 35: 'Continue' is available in the loops only
ProgressBar (Property)
The ProgressBar property is used to identify and change the Progress Bar control used...
How to find out whether a report was printed?
After
They After keyword can correspond to:
The Appointment structure
The Appointment structure is a preset structure of WLanguage (no declaration is required)......