ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WinScreenRectangle (Example)
Usage example of the WinScreenRectangle function
<WDPic variable>.Font (Function)
Declares the font that will be used by dText in a WDPic variable.
<picLayer variable>.Font (Function)
Declares the font that will be used by dText in a picLayer variable.
JSONExecute (Function)
Calls a server URL that returns data in JSON format (JavaScript Object Notation).
WindowsVersion (Function)
Returns the runtime mode of Windows.
<Table>.ToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
MatExist (Example)
Usage example of the MatExist function
sInExitQueue (Function)
Retrieves the number of bytes waiting to be transferred in the output buffer of the specified serial port or parallel port.
FTPDeleteFile (Example)
Usage example of the FTPDeleteFile function
Events associated with HTML controls
WEBDEV includes different events associated with the HTML control......
<Table>.MoveLine (Function)
Moves a row or swaps two rows in a Table control.
<Thread variable>.Wait (Function)
Waits for the end of the execution of the specified thread.
GglGetStaticMap (Example)
Usage example of the GglGetStaticMap function
<httpRequest variable>.Send (Function)
Sends an HTTP request and waits for the response from the HTTP server.
<Image>.DrawPoint (Function)
Draws a point in an Image control.
<Image variable>.DrawPoint (Function)
Draws a point in an Image variable.
<Thread>.SendSignal (Function)
The current thread sends a signal to the specified thread in order to unlock it.
zipClose (Example)
Usage example of the zipClose function
fTempFile (Example)
Usage example of the fTempFile function
iPrintReport (Example)
Usage example of the iPrintReport function
MongoCreateCollection (Function)
Creates a collection in a MongoDB database while specifying the options of this collection.
iPrintZone (Example)
Usage example of the iPrintZone function
CapsLockVerify (Function)
Checks whether the CapsLock key is pressed.
FTPRenameFile (Example)
Usage example of the FTPRenameFile function
<Source>.Add (Function)
Add: the record found in memory into the data file (query or view). the record found in a Record variable into the data file (query or view)....