ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FontBold (Property)
The FontBold property is used to: Determine if the text is bold. Change the weight of the text....
Report based on a table
A report based on a table is used to print the records coming from a single table (HFSQL Classic or Client/Server, accessed via a Native Access, ......
GPSFollowMovement (Function)
Requests to be notified periodically of the device's current location....
Now (Function)
Returns or modifies the system time (current time defined for the current computer).
NbCopy (Property)
The NbCopy property is used to determine and change the number of report copies to print.
Dashboard control events
The following events appear by default in the WINDEV and WINDEV Mobile code editor...
fWriteLine (Function)
Writes a line to a text file (ANSI or Unicode).
SOAPAddAttribute (Function)
Adds an attribute to an automatic variable generated by the import of a web service.
Looper control based on a data file
This type of Looper control uses data from a data file or query......
NbThumbnail (Property)
The NbThumbnail property is used to get the number of thumbnails generated for an item.
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......
Reverse (Function)
Returns the character that corresponds to the difference between the ASCII code of a specific character in a string and 255.
SysIMEI (Function)
Returns the IMEI number of an Android phone.
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).
fGlobalDirCommon (Function)
Returns a directory path for the global data of current application (data shared between several applications), regardless of the current user.
SysDirExternalStorage (Function)
Returns the path of the directory that will be used to store files in the external storage space of the Android device.
HTransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.
Thumbnail (Property)
The Thumbnail property is used to: get the value of an item thumbnail. This item was defined in the data model editor or programmatically. get and change the image associated with a Thumbnail control....
HDelete (Function)
Deletes a record from a table (query or view).
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......