ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

PDFReaderOpen (Function)
Opens a PDF file displayed in a PDF Reader control.
Geolocation function constants
Constants used by geolocation functions...
sWrite (Function)
Writes a character string to the output buffer of the specified serial port, parallel port or infrared port.
sRead (Function)
Reads a character string in the entry buffer of the specified serial port.
SQLTransaction (Function)
Begins, commits or rolls back a transaction: on the files of a database opened by SQLConnect, on the files of a database opened by a connection (OLE DB or Native Access/Native Connector) described in the data model editor or by HOpenConnection....
FileToPage (Function)
Automatically updates the controls of a 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. This operation is performed regardless of the state of the controls (grayed, inactive or invisible). the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
HListFile (Function)
Returns the list of files: current database schema. database schemas in progress (projects with multiple database schemas). a specific database schema recognized by the HFSQL engine. available on a connection via a Native Connector or an OLE DB driver. for a group of files defined in the data model editor....
SysDirExternalStorage (Function)
Returns the path of the directory that will be used to store files in the external storage space of the Android device.
HFirst (Function)
Sets the position on the first record of a data file according to the specified browse item.
HReadFirst (Function)
Positions on the first file record according to a browse item.
TimeSys (Function)
Returns or modifies the system time (current time defined for the current computer).
Managing Bluetooth Low Energy devices
The Bluetooth LE standard (for Low Energy) is used to manage devices with low energy consumption......
fReadLine (Function)
Reads a line from an external file (ANSI or UNICODE).
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, ......
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......
NbCopy (Property)
The NbCopy property is used to determine and change the number of report copies to print.
fWriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a web service proxy (SOAP).
SOAPAddAttribute (Function)
Adds an attribute to an automatic variable generated by the import of a web service.