ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Events associated with a Dashboard control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor)...
sWrite (Function)
Writes a character string to the output buffer of the specified serial port, parallel port or infrared port.
StartShare (Function)
Opens a popup allowing you to select the application that will be used to share a resource (text or document).
fReadLine (Function)
Reads a line from an external file (ANSI or UNICODE).
HFirst (Function)
Sets the position on the first record of a data file according to the specified browse item.
FontBold (Property)
The FontBold property is used to: Determine if the text is bold. Change the weight of the text....
Using several libraries in an application
A library is a WDL file that contains all the resources......
Report based on a data file
A report based on a data file is used to print the records coming from a single data file (HFSQL Classic or Client/Server, accessed via a Native Access, ......
Constants for the geo-localization functions
Constants used by the geo-localization functions...
Reverse (Function)
Returns the character that corresponds to the difference between the ASCII code of a specific character in a string and 255.
fWriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
GPSFollowMovement (Function)
Requests to be notified periodically of the device's current location....
Optimizing the connection times to the HFSQL Client/Server databases
This help page explains how to optimize the connection times to the HFSQL Client/Server databases by limiting the network traffic......
Looper control based on a data file
This type of Looper control uses data from a data file or query......
The J2EE structure
The following structure is used to pass parameters to a procedure run on a server of J2EE XML Web services......
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......
PDF Reader control functions
The following functions are used to manage PDF Reader controls:...
HTransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.
Multiline strings
To type character strings over several lines in the code editor...
MultimediaPlay (Function)
Plays a multimedia file in a Multimedia control.
BCCapture (Function)
Decodes the information stored in a bar code by using the device camera (Android, iPhone, iPad).
Managing fonts in an iOS or Android project
Android or iOS projects can use custom fonts......
Generating the LDM from the CDM
To associate a CDM (Conceptual Data Model) with a project, you must generate the associated LDM (Logical Data Model)......
WDTestSite: Creating a scenario
To create a scenario, the following elements must be installed on the current computer......
The Edit control
The Edit control allows users to enter data......