ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TimeUTC (Property)
The TimeUTC property gets and sets a Coordinated Universal Time (UTC).
Control (keyword)
The Control keyword can correspond to: a variable of type Control. ownership Field property of a docElement type variable. ownership Field property of a pdfPage type variable....
xlsCell (Type of variable)
An xlsCell variable is used to describe and modify a cell in an Excel document...
Deploying an iOS application
WINDEV Mobile tutorial: Deploying an iOS application 10 min
BurnerAddFile (Function)
Adds a file to the compilation.
Thumbnail (Property)
The Thumbnail property is used to find out and modify the image displayed in thumbnail in a Thumbnail control.
MenuIsMarked (Example)
Usage example of the MenuIsMarked function
xlsNbRow (Example)
Usage example of the xlsNbRow function
FTPTime (Example)
Usage example of the FTPTime function
MatAdd (Example)
Usage example of the MatAdd function
xlsColumnTitle (Example)
Usage example of the xlsColumnTitle function
<Image variable>.DrawPolygon (Function)
Draws a polygon in an Image variable.
HViewToFile (Example)
Usage example of the HViewToFile function
<Image>.DrawCircle (Function)
Draws a circle or an ellipse in an Image control.
Testing a Mobile application
By testing the project you can simulate how the application will run when launched by the user......
Managing HFSQL Cluster
Methods for managing an HFSQL cluster and its databases....
MongoGridFSSendFile (Function)
Copies a file from the local computer to a MongoDB file system (gridFS).
MongoDeleteAll (Function)
Deletes all the documents (corresponding to the specified filter) from a collection of a MongoDB database.
<Image variable>.DrawPolyline (Function)
Draws a line composed of multiple segments in an Image variable.
<Image>.DrawPolyline (Function)
Draws a line composed of multiple segments in an Image control.
SOAPError (Function)
Returns the error of the last SOAP procedure that failed.
dSaveImagePNG (Example)
Usage example of the dSaveImagePNG function