ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Importing a WINDEV window into a WEBDEV website
The Windows windows developed with WINDEV...
fCompress (Example)
Usage example of the fCompress function
TotalNbRec (Property)
The TotalNbRec property is used to: Get the number of records to be printed. Change the number of records to be printed....
SysNotificationSend (Function)
Sends an interactive notification to the system in order to be displayed.
SysNotificationCompatible (Function)
Checks if the operating system supports interactive notifications.
MongoDB functions
The following functions and types are used to handle the MongoDB data:...
USBDisconnect (Function)
Disconnects or ejects a USB device.
grScatterGetDataXY (Function)
Retrieves data from a "Scatter" chart.
ParallelTaskExecuteAfter (Function)
Indicates a continuation parallel task that will be run when one of the specified parallel task is completed.
ParallelTaskExecuteAfterAll (Function)
Indicates a continuation parallel task that will be run when all the tasks found in an array of parallel tasks are ended.
STOP (Reserved word)
STOP is used to call the WLanguage debugger during a test in the editor...
HTML (Property)
The HTML property is used to: find out whether the current report is printed in HTML mode. manage the HTML type of a Static control found in a report....
LabelWidth (Property)
The LabelWidth property is used to: Find out the width of labels in a "Label" report. Modify the width of labels in a "Label" report....
SQLNext (Function)
Positions on the next row of the query result.
SQLPrevious (Function)
Positions on the previous row of the query result.
SQLGetMemo (Function)
Retrieves the content of a Memo column from the query result, for the current row.
SQLExecWDR (Function)
Runs the SQL code of a query created in the query editor.
SQLLast (Function)
Sets the position on the last row of the query result.
EmailSetTimeOut (Function)
Changes the value of the "timeout" for connecting to the SMTP, POP3 and IMAP messaging servers.
HDescribeLink (Function)
Describes a link between two data files through programming.
iPrintWord (Function)
Sends the character string passed in parameter to the print "buffer".
FTPName (Function)
Returns the name of last file accessed by an FTP function (File Transfer Protocol).
HReadSeek (Example)
Usage example of the HReadSeek function
XMLDocument (Example)
Usage example of the XMLDocument function
USBProperty (Function)
Retrieves the value of a property for a USB device.
Managing the SNMP protocol
SNMP (Simple Network Management Protocol) is the standard protocol for managing the network devices......