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...
WithNewButton (Property)
The WithNewButton property is used to: Determine if a Dynamic Tab control has New tab button...
How to perform a full file browse?
Various constants
List of various constants....
dResize (Function)
Resizes an image: in an Image control. in an Image variable. in a picLayer variable]....
NFCWriteTag (Function)
Starts writing data to an NFC tag.
gglEvent (Type of variable)
The gglEvent type is used to describe and modify an event of a calendar...
Events associated with a TimeLine control
WINDEV manages the following events by default (in order of appearance in the code editor)...
RequestUpdateUI (Function)
Requests the execution of the "Request for refreshing the display" event (and gives back control...
Configuring the setup program
Two tools can be used to create a setup program......
MDL file (kept for backward compatibility): Window description
The MDL file is the file used to generate a RAD window......
Events associated with List Box controls
List of events associated with List Box controls...
FOR ALL/FOR EACH statement (browse of strings)
The FOR EACH statement is used to browse strings according to different methods...
Constants for managing Scheduler and TimeLine controls
The following constants are used to manage Scheduler and TimeLine controls:...
Deployment package
The deployment package creates a ZIP file containing the site's setup......
DashDisplay (Function)
Refreshes elements in a Dashboard control.
Constants used by the Factory functions
The following constants are used by the functions for managing the software factory:...
URI constants
The following constants are used by URI-specific functions:...
FolderData (Function)
FolderData is kept for backward compatibility.
StoreTheValue (Property)
The StoreTheValue property is used to: Find out whether a control keeps its value between two...
RulerVisible (Property)
The RulerVisible property is used to: Determine if a playhead is visible in a TimeLine control....
DashMode (Function)
Opens or closes the Dashboard control edit mode.
NbCopy (Property)
The NbCopy property is used to determine and change the number of report copies to print.
DateToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date.
tapiCompleteTransfer (Function)
Performs a call transfer (with ability to retrieve the call).
InApp constants