ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

fWriteLine (Function)
Writes a line to a text file (ANSI or Unicode).
FontBold (Property)
The FontBold property is used to: Determine if the text is bold. Change the weight of the text....
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
StartShare (Function)
Opens a popup allowing you to select the application that will be used to share a resource (text or document).
Reverse (Function)
Returns the character that corresponds to the difference between the ASCII code of a specific character in a string and 255.
GPSFollowMovement (Function)
Requests to be notified periodically of the device's current location....
Looper control based on a data file
This type of Looper control uses data from a data file or query......
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......
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....
SysDirExternalStorage (Function)
Returns the path of the directory that will be used to store files in the external storage space of the Android device.
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.
gFontSize (Function)
Builds a sequence of characters used to specify the size of the font for a text found in a graphic string.
fGlobalDirUser (Function)
Returns a directory path for the global data of current application (data shared between several applications), for the current user.
HTransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.
gFontItalic (Function)
Builds a sequence of characters used to specify whether or not the text that follows the call to this function is in italic type.
gFontUnderlined (Function)
Builds a sequence of characters to specify whether or not the text that follows the call to this function is underlined.
xlsCell (Type of variable)
An xlsCell variable is used to describe and modify a cell in an Excel document...
fDataDirUser (Function)
Returns a directory path for the data of the current user of the current application.
gFontBold (Function)
Builds a sequence of characters used to specify whether the text that follows the call to this function is in bold or not.
Multiline strings
To type character strings over several lines in the code editor...