ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Client application: Running procedures on a SOAP server
WINDEV include several SOAP functions...
ReplicInfo (Function)
Returns information about a replication.
HCreateMovableReplica (Function)
Creates a movable replication.
Looper control populated programmatically
A Looper control populated programmatically is directly linked to lists stored in memory......
7. Sending an email
WINDEV Tutorial: WINDEV application: Managing data Lesson 7 - Sending an email - 20 min
4. WINDEV, WEBDEV and WINDEV Mobile: fully compatible format
WINDEV, WEBDEV and WINDEV Mobile: fully compatible format...
2. WINDEV, WEBDEV and WINDEV Mobile: fully compatible format
New projects are often cross-platform....
Using the query result
The result of a select query can be used in......
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:...
Creating the executable and the setup program
WINDEV Tutorial - Deploying an application Creating the executable and the setup program - 30 min
REP files
REP files contain the list of tables handled by the application....
LooperToXML (Function)
Creates an XML file with data from a Looper control (Looper control based on a data file or populated programmatically).
HTransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file 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....
2. Development
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 2 - Development - 30 min
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.
<Looper>.Display (Function)
Refreshes a browsing looper from a given position: the modifications performed in the linked file are taken into account in the looper.
WLanguage procedure called by ScanFromCameraToImage/ScanDocumentFromCamera
WLanguage procedure ("callback") executed when a scan is completed with the ScanFromCameraToImage function, when the scan fails or when it is canceled by the user.
WLanguage procedure called by ScanFromCameraToPDF
WLanguage procedure ("callback") executed when a scan is completed with the ScanFromCameraToPDF function, when the scan fails or when it is canceled by the user.
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......