ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

REP files
REP files contain the list of tables handled by the application....
Creating the executable and the setup program
WINDEV Tutorial - Deploying an application Creating the executable and the setup program - 30 min
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....
Events associated with the Map control
WINDEV, WINDEV Mobile and WEBDEV manage the following events by default (order of appearance in the code editor)...
<Source>.LockFile (Function)
Locks a data file and restricts the access to this data file for all other sites or applications.
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.
GridlinesVisible (Property)
Synchronizes the data corresponding to a replication.
ReplicSynchronize (Function)
Synchronizes the data corresponding to a replication.
CoordinateScreenToEditor (Function)
Converts a size or a position specified in the native dpi of the screen on the device where the application is run to the reference dpi in the editor (160 dpi).
CoordinateEditorToScreen (Function)
Converts a size or a position specified in the reference dpi in the editor (160 dpi) to the native dpi of screen on the device where the application is run.
ContactCreate (Function)
Displays the window for contact creation of the native application for contact management found on the device (Android, iPhone or iPad, Universal Windows).