ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Types of help systems in a WINDEV application
There are multiple solutions to provide help to the users......
GglPrintDocument (Function)
Prints a document (text or PDF file, images, Word or Excel document, ...) by using the Cloud Print service of Google.
dPixelColor (Example)
Usage example of the dPixelColor function
Discover WINDEV Mobile
WINDEV Mobile tutorial: WINDEV Mobile overview Discover WINDEV Mobile - 10 min
1. Implementing a Client/Server database
WEBDEV Tutorial - Managing an HFSQL Client/Server database Lesson 1 - Implementing a Client/Server database - 10 min...
ExecuteUpdateUIParent (Function)
Immediately executes the "Request for refreshing the display" event of the parent. This function is kept for backward compatibility.
HTTPRequest (Function)
Starts an HTTP request on a server.
DriveRename (Function)
Renomme un fichier ou un répertoire sur un disque distant.
ListModify (Function)
Modifies an element in a List Box, ListView or Combo Box control populated programmatically.
FreeAWPContext (Function)
Frees the AWP context in advance (on disk) to allow the other call on the same AWP context to be processed in parallel.
dPoint (Example)
Usage example of the dPoint function
Native SQL Server Connector: Retrieving the output value of a stored procedure
The Native SQL Server Connector is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
dSaveImagePNG (Example)
Usage example of the dSaveImagePNG function
pdfSignature (Type of variable)
The pdfSignature type is used to define the advanced characteristics of the signature that will be applied to a PDF file when signing an existing PDF (via PDFSign).
SysEnvironment (Function)
Returns the environment variables of the operating system for the current computer.
Monitoring robot: Configuring the robot parameters
From the monitor, you can change the configuration options......
Constants for managing Organizer controls
Constants for managing Organizer controls...
ExecuteRefreshUIParent
Immediately executes the "Request for refreshing the display" event of the parent.
XLSCell type: MaskWD property
The MaskWD property of the xlsDocument type is used to define the display mask in WINDEV or WEBDEV format that will be used in the Excel cell ("DD/MM/YYYY" for example)......
Height (Property)
The Height property is used to get and change the height of an element.
Timer (Function)
Periodically and automatically calls a WLanguage procedure.
8. OOP
WINDEV Tutorial - WLanguage basics Lesson 8 - OOP - 30 min
Language (Property)
The Language property is used to set the language used to compare and sort Unicode items (Unicode Text item or Unicode Text Memo item).
End of Document block
The End of document block is run once at the end of the report execution......
MyParent (Reserved word)
MyParent is used to handle...