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...
TableAddColumn (Function)
Adds elements on the right of an Horizontal Table control.
MapDisplayPosition (Function)
Centers the map displayed in a Map control on a geographical position or on a specific location.
Description of a Pivot Table control
The description window of a Pivot Table control is used to configure several elements...
AnimationPlayOnControlProperty (Function)
Animates the modification of an integer property between 2 values.
Keyboard shortcut on a button (AAF)
In an application developed with WINDEV, the user has the ability to implement a keyboard shortcut...
TileAdd (Function)
Adds a new tile customization for the current Windows Store Apps application.
Automatic update (Network applications)
This step of the wizard allows managing the automatic updates of the applications...
Creating a translation file
WDINT allows you to create a translation file....
MemFound (Function)
Checks whether the sought element was found.
ControlNoSpace (Function)
Specifies whether the space characters on the right of the value found in the control are deleted.
Handle (Function)
Returns the system "Handle" (HWND) of a WINDEV control or window.
The "Stock" charts
The Stock charts are used to represent the variations in the values of shares......
Universal Windows 10 App: Deploying on the store
Your Universal Windows 10 App application is ready to be used......
The setup editor WDInst
WDInst is a setup editor used to define the setup parameters of your application......
WDADMINEXE : Controlling the application remotely
The remote control of a WINDEV application allows the manager of an application used in network...
Other operators
The following are additional operators......
12. External component in practice
Flexbox control description: Details tab
The "Details" tab of the Flexbox control description window allows you to define how the control...
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
Code editor: Various operations
The code editor is the editor where the developers spend most of their time. This help page...
Operators on character strings
The character strings can be handled by specific WLanguage functions...
GglFillCalendar (Function)
Fills a calendar that was retrieved beforehand: the events corresponding to the calendar...
AddVoiceCommand (Function)
Adds a voice command into the current window. From version 17, this function is replaced...
Error 204: using a parameter without optional value after parameters ...
RulerModifiable (Property)
The RulerModifiable property is used to: Find out whether the user can move the playhead...