ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WDOptimizer: Overview
The different operations that can be performed with WDOptimizer are as follows......
Input (Function)
Displays a message allowing the user to type an information.
Native XML Connector
WINDEV and WEBDEV allow you to import and handle a definition of XML files via the data model editor......
mongoDatabaseInfo (Type of variable)
The mongoDatabaseInfo type is used to define the advanced characteristics of information about a MongoDB database.
zipExtractDirectory (Function)
Automatically extracts and decompresses files from a directory in the file tree of an archive to a physical location.
ModbusReadBit (Function)
Reads one or more bits from a Modbus slave, starting at a specific address.
ModbusReadRegister (Function)
Reads one or more registers from a Modbus slave, starting at a specific address.
EncryptStandard (Function)
Encrypts a character string or a binary buffer by using a symmetrical encryption algorithm (AES, DES, etc.)
TimeToString (Function)
Converts a time to a string in the specified format.
HTransactionStart (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.
zipExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
How to develop a site for Linux?
The method for developing a site for Linux is identical to the method for developing a site for Windows....
ModbusConnectRTU (Function)
Connects a client to a Modbus slave via a serial port.
ModbusConnectTCP (Function)
Connects a client to a Modbus server via transmission control protocol (TCP).
hbScanParameter (Type of variable)
The hbScanParameter type is used to define the parameters for iterating over the records in an HBase database.
ModbusReadFloat (Function)
Reads one or more single-precision floats from a Modbus slave, starting at a specific address.
User Control Center: Management of network applications
For each network application listed in the User Control Center, the "Management of network applications" section is used to......
RTFInsert (Function)
Inserts a character string in RTF into the content of an RTF control (found in a window or in a report) or into the content of a character string in RTF.
dbgStandardOutput (Function)
Writes an information into the standard output stream "stdout" (also called "console").
DataType (Function)
Identifying the type of a WLanguage variable.
xlsNbColumns (Function)
xlsNbColumns is kept for backward compatibility only.
EmailMsgError (Function)
Returns the message corresponding to the error identifier.
Code style
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc....
FileToScreen (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
dBackground (Example)
Usage example of the dBackground function