ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Print functions
List of print functions...
Importing/Exporting a dictionary
WDTRAD allows you to import and export a dictionary......
Dictionary properties
The properties of a WDTRAD dictionary are as follows......
WDTRAD options
OutgoingData (Property)
The OutgoingData property is used to determine and change the type of data emitted by the stream.
Timeout (Property)
The Timeout property is used to get and change the time after which the connection is considered to have "failed".
Identifier (Property)
The Identifier property is used to get and change the name of the current computer shown to the participants who receive the audio or video stream. This name can be a number, for example.
IncomingData (Property)
The IncomingData property gets and sets the type of data received by the stream.
<httpRequest variable>.Send (Function)
Sends an HTTP request and waits for the response from the HTTP server.
Table control populated programmatically: WLanguage (prefix syntax)
Here is an overview of how to handle Table controls populated programmatically in WLanguage....
HTTPSend (Function)
Sends an HTTP request and waits for the response from the HTTP server.
Comparison operators
The comparison operators can be divided into several categories......
<Source>.OnError (Function)
Customizes the management of HFSQL errors.
Encrypt (Function)
Encrypts a character string in binary format or in ASCII format.
xmlDocument (Type of variable)
The xmlDocument type is used to handle an XML file.
fOpen (Example)
Usage example of the fOpen function
Android 11: Changes in the behavior of applications
After each new version of Android is deployed, Google requires a higher target API level ("TargetSdkVersion") to publish applications on Google Play...
Programming Table controls based on a data file (prefix syntax)
This page explains how to program Table controls based on a data file......
Zoom (Property)
The Zoom property gets or sets the zoom value: in an Image control. in a Map control. in an Organization Chart control. in a Table, TreeView Table, Pivot Table, Spreadsheet or List Box control. in a Word Processing control. in a PDF Reader control. in a Camera control. in a Diagram Editor control; in a window....
HOpenConnection (Function)
Opens a connection to a specific database.
fClose (Example)
Usage example of the fClose function
HCreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
modbusSession (Type of variable)
The modbusSession type is used to identify a connection to a Modbus server.
zipOpen (Function)
Opens an existing archive.
HExtractMemo (Function)
Extracts the content of a binary memo item from an HFSQL file, a query or an HFSQL view to a physical file (on disk).