ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

InMilliseconds (Property)
The InMilliseconds property is used to convert a Duration variable to milliseconds.
ExceptionChangeParameter (Function)
Configures the automatic behavior that will be implemented if an exception occurs in the current process.
ContactSelect (Function)
Displays the list of contacts found on the device (Android, iPhone or iPad, Universal Windows).
SaaSAdminConfigureSiteData (Function)
Configures the management of data for a SaaS site.
Designation of current element (Reserved word)
The keywords used to identify the current element are:
ExeRunning (Function)
Allows you to find out whether a 32-bit application is already run.
Pull to refresh (Android/iOS): Window, Table and Looper controls
The "Pull to refresh" feature allows the user to "pull" a Table control, a Looper control or a window in order to refresh its content......
SysTheme (Function)
Returns the current theme used on the mobile device.
TableDelete (Function)
Deletes a row from: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
5. Loops
WINDEV Tutorial - WLanguage basics Lesson 5 - Loops - 15 min
MultimediaPosition (Function)
Returns or modifies the current position of the media file currently played in the Multimedia control.
InSeconds (Property)
The InSeconds property is used to convert a Duration variable to seconds.
ChronoPause (Function)
Pauses a stopwatch in order to measure the time spent on a process.
geoDistance (Function)
Returns the distance between the two locations. This distance is expressed in meters by default.
fDelete (Function)
Deletes a file accessible from the current computer.
XMLNamespaceURI (Function)
Returns the URI of the namespace associated with the current tag in an XML document.
HReadLast (Function)
Sets the position on the last record of a data file according to a browse item.
WDInst: Additional options (summary, license, etc.)
When installing the application, you have the ability to display......
Customizing the system information windows (or dialog boxes)
Your applications use several system dialog boxes? A specific skin template is used in your project? Why not customize these windows and give them the "appearance" of your application?......
Iteration block (or substitution block)
The Iteration block is a free block, created manually in the report editor ("Report......
Error 1038: This member already exists in the class
Container column in a Table control
A cell found in a Table control can contain a set of controls......
MultimediaHeight (Function)
Returns the height (in pixels) of the source image of the multimedia file played in the Multimedia control.
MultimediaWidth (Function)
Returns the width (in pixels) of the source image of the multimedia file played in the Multimedia control.
13. External component in practice
External component in practice...