ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

NetIPToMAC (Function)
Returns the MAC address corresponding to a given IP address.
6. Procedures
WINDEV Tutorial - WLanguage basics Lesson 6 - Procedures - 20 min
2. Layouts: Managing menus
WEBDEV Tutorial - WEBDEV layouts Lesson 2 - Layouts: Managing menus - 30 min
Color constants
The color constants are mainly used in the chart functions, the print functions and the drawing functions......
Interactive notification management constants
Interactive notification management constants...
URIToFile (Function)
Saves, in the background, the content of a resource (image, text, etc.) identified by its URI in an external file.
ImageInfoSave (Function)
Saves the modifications performed on the Exif tags of an image by ImageInfoModify.
httpProgress (Type of variable)
The httpProgress type is used to manage the progress when sending or receiving an HTTP request.
DataType (Function)
Identifying the type of a WLanguage variable.
WDScript overview
WDScript is a WLanguage script editor included with WINDEV, WEBDEV and WINDEV Mobile......
EmailProgressBar (Function)
Manages a progress bar while sending and receiving emails.
HPrepareSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the database server in order to optimize the next executions of this query.
Image detection management constants
Calculates the width (in millimeters) of the text to print, according to the specified font....
SysSerialNum (Function)
Returns the IMEI number of the current device.
WinEnableDDW (Function)
Enables or disables the DDW (Dim Disabled Window) feature: for a specific window. for all the application windows....
gImage (Function)
Builds a sequence of characters containing an image.
MyReport (Reserved word)
MyReport is used to handle the current report...
Native SQL Server Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native SQL Server Connector......
StartDate (Property)
The StartDate property is used to get and change the start date of a time period.
EndDate (Property)
The EndDate property is used to get and change the end date of a time period.
Installing an application: single-user or network setup?
WINDEV proposes several types of setup for a WINDEV application......
gFontSize (Function)
Builds a sequence of characters used to specify the size of the font for a text found in a graphic string.
DDEEvent (Function)
Associates a WLanguage procedure with a DDE event: when the DDE event occurs, the associated WLanguage procedure is automatically run.
EmailRemoveFolder (Function)
Deletes a folder from the Outlook messaging software or from an IMAP server.
WLanguage procedure called by WebSocketClientConnect
WLanguage procedure ("callback") called by WebSocketClientConnect when the connection to the server is established.