ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Creating the executable and the setup program
WINDEV Tutorial - Deploying an application Creating the executable and the setup program - 30 min
Drag and Drop
Drag and Drop is used to transfer data between several controls with the mouse. This data can be moved between several controls found in the same application or in different applications....
ContactEdit (Function)
Opens the form of a contact in edit mode in the device's native contacts application (Android, iPhone, iPad, Universal Windows)....
nWDOpenWDL: Opening a library
Opens a library created by WINDEV (file with a WDL extension)......
WEBDEV Application Server remote control functions
The following functions are used to manage users and connections on a WEBDEV Application Server:...
Debugging without debugger
In some cases, running a program or a site with or without the debugger can produce different results......
REP files
REP files contain the list of tables handled by the application....
HFSQL server replication
The replication between HFSQL servers consists in automatically replicating the data from server to server, in an asynchronous way......
Creating a Java archive
When your Java application is developed, you can......
Setup via physical media
A setup by physical media allows you to give to the hosting company a media containing all the files required to install the site on a server......
Standard FTP functions
List of standard FTP functions...
Testing and debugging a project on the development computer
The test of the entire project allows you to simulate the start of the application with the executable......
The Ad control
The Ad control is used to monetize an Android application by displaying an ad banner that generates incomes according to the number of clicks performed by the application users....
The Map control
The Map control allows you to display a map in order to geolocate, create a route, display points of interest (POI) and more....
<Source>.LockFile (Function)
Locks a data file and restricts the access to this data file for all other sites or applications.
Events associated with the Map control
WINDEV, WINDEV Mobile and WEBDEV manage the following events by default (order of appearance in the code editor)...
HLockFile (Function)
Locks a data file and restricts the access to this data file for all other sites or applications.
Map control properties
The following properties can be used with Map controls:...
fDataDirCommon (Function)
Returns a directory path for the shared data of the current application: between all the users of the computer between all the TSE users This directory can be used without restriction in Windows XP, Vista, ... This directory is used to store: the files for the general configuration of the application (.INI files, .XML files, etc.). the data files common to all the users (HFSQL .fic, .ndx and .mmo files)....
HRplAddFile (Function)
Adds a table to a universal replication.
ReplicSynchronize (Function)
Synchronizes the data corresponding to a replication.