ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Software Factory
The concept of software factory is used to automate the process for creating applications....
TablePrint (Function)
Prints the content of the specified Table control without having to create a report based on the Table control.
Automatic index generation
The automatic index generation suggests index keywords based on the content of your help page......
HReadSeek (Example)
Usage example of the HReadSeek function
GglGetCalendar (Function)
Retrieves a Google calendar and its events according to its title or identifier.
GglAddressToCoordinates (Function)
Retrieves the coordinates (latitude/longitude) of an address....
SemaphoreCreate (Function)
Creates a semaphore.
1. Components provided with WINDEV
WINDEV is provided with projects that contain components....
NetIPToMAC (Function)
Returns the MAC address corresponding to a given IP address.
DomoStatus (Function)
Used to find out whether an electrical device (compatible with the X10 protocol) is switched on or off.
picLayer (Type of variable)
The picLayer type is used to define all the advanced characteristics of a layer of an image loaded in a WDPic variable.
WLanguage procedure called by SCPSendFile
WLanguage procedure ("callback") called by SCPSendFile when transferring files to a remote host using the Secure Copy Protocol (SCP).
WDTRAD
WDTRAD is a tool for entering the translation of messages associated with a WINDEV, WEBDEV or WINDEV Mobile application......
Polygon (Type of variable)
The Polygon type is used to define the points of a polygon.
14. Controls in practice
WLanguage procedure called by SCPGetFile
WLanguage procedure ("callback") called by SCPGetFile when retrieving a file on a local computer using the Secure Copy Protocol (SCP).
Limitations of WINDEV, WEBDEV and WINDEV Mobile
ReplicEdit: Taking the analysis modifications made into account
When modifying the analysis of a replicated application (add an item, a file, ......
Types of Edit controls
3. Editing products
WEBDEV Tutorial - Creating a website with back office processes Lesson 3 - Editing products - 50 min
gpwOpenConfiguration (Function)
Opens the User Groupware configuration window or page.
USBListDevice (Function)
Returns the list of USB devices currently plugged into the current computer.
REST Services: Prologue procedure (executed before each call)
It is now possible to specify in the description of a Webservice that a procedure must be called (and executed automatically) each time a Webservice is called......
Handling Context Menu controls programmatically
WEBDEV includes different WLanguage functions and properties to handle Context Menu controls programmatically......
HForward (Example)
Usage example of the HForward function