ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Testing a static project
The test of the entire project allows simulating the startup of the site...
WDDeploy: Deploy a static or PHP site
To install the files of a static site on a Web server...
The different types of sites
WEBDEV enables you to create static sites and/or dynamic sites...
WDDeploy features
WDDeploy is a tool used to easily deploy static or PHP sites...
Infinite Table and Looper controls
There are two methods to populate Table and Looper controls programmatically......
HSetPosition (Example)
Usage example of the HSetPosition function
Service variable
The Service variable is used to......
xlsOpen (Example)
Usage example of the xlsOpen function
ListCount (Function)
Returns the number of elements in a List Box, ListView or Combo Box control.
SCM: Check-in policy
The SCM gives you the ability to define a check-in policy......
COMCallMethod (Function)
Runs a method of an interface of a COM object instantiated by COMCreateInstance.
Camera control: decoding bar codes
In iOS and Android, bar codes can be decoded via the Camera control using BCCapture......
<Source>.ListLink (Function)
Returns the list of links (Merise type) found in the current analysis or in a specific analysis.
HReadSeekFirst (Example)
Usage example of the HReadSeekFirst function
Creating the RAD Pattern project
The steps for creating a RAD pattern are as follows:...
WinEdSave (Function)
Saves the changes made when the "Modification of UI by the end user" mode is enabled.
Reals
Management of XML
WINDEV, WINDEV Mobile and WEBDEV include several functions for handling XML code......
Associating documents with the project
To describe a project in detail, you can associate documents with it......
HTTPGetResult (Example)
Usage example of the HTTPGetResult function
xlsNbColumn (Example)
Usage example of the xlsNbColumn function
xlsNbRow (Example)
Usage example of the xlsNbRow function
xlsColumnTitle (Example)
Usage example of the xlsColumnTitle function
Notification (Type of variable)
The Notification type is used to handle the local notifications or the push notifications.
dbgSaveMemoryDump (Function)
Saves a dump of memory used by the application.
XMLModify (Function)
Modifies the content of the current element found in the XML document.
HViewToFile (Example)
Usage example of the HViewToFile function
MacOS - Developing an application in Catalyst mode
Apple has recently released an SDK to natively compile iOS applications for MacOS......
xlsData (Example)
Usage example of the xlsData function