ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Managing geolocation and GPS
WINDEV Mobile and WEBDEV allow you to exploit geolocation and GPS features found on mobile devices and browsers.
grSunburstAddData (Function)
Adds a data to a Sunburst chart.
URISelect (Function)
Opens a system window to select a resource from: from the device file system, from the Cloud (Google Drive, Microsoft OneDrive, etc.) or from one of the content managers installed on the device....
WLanguage procedure called by fListDirectory
Procedure ("Callback") called by fListFile for each file found.
DateToInteger (Function)
Converts a date to an integer.
HModifyGroup (Function)
Modifies the group information according to the elements found in the corresponding variables for group management.
mongoOperationsOption (Type of variable)
The mongoOperationsOption type is used to define the options of bulk operations.
LooperAddIP (Function)
Adds a row as an internal page at the end of a Looper control populated programmatically.
Rectangle (Type of variable)
A Rectangle variable is a structured type that is used to represent a rectangle (X, Y, Width, Height) in 2 dimensions.
Arithmetic operators
The arithmetic operators are......
Hour (Property)
The Hour property is used to: Get the time from a variable of type Time or DateTime, or the number of hours from a variable of type Duration. Change the time in a variable of type Time or DateTime, or the number of hours in a variable of type Duration. Retrieve the time or the number of hours from a Date item (in "Date and time" or "Duration" format) or from a Time item. Modify the time or the number of hours in a Date item (in "Date and time" or "Duration" format) or in a Time item....
The Spreadsheet control: Available formulas
At run time, in the Spreadsheet control, the end user directly enters the calculation formulas......
ReplicSynchronize (Function)
Synchronizes the data corresponding to a replication.
ControlClone (Function)
Creates a new control from an existing control.
3. Deploying a WINDEV application
Scheduler report
The report editor allows you to create "Scheduler" reports....
WDAdminHF: Saving the databases
The remote HFSQL administrator allows you to create backups of HFSQL Client/Server data files......
Creating and deploying a setup program: How to?
Creating the setup program allows you to deploy a WINDEV application on the end-user computers......
Code history
The code history is used to......
Distributing an external component
Once the component has been created, tested and generated, it can be distributed to other developers......
ListSeek (Function)
Searches for an element in a List Box, ListView or Combo Box control (including the values described by gStoredValue).
Binding an Image control to an item
An Image control can correspond to an item found in a data file, in a query, ......
CustomMenu
The CustomMenu allows you to create a custom menu in the menu bar of WINDEV, WEBDEV and WINDEV Mobile......
REP files
REP files contain the list of data files handled by the application....
13. External component in practice
External component in practice...