ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Changing an application to 64-bit
WINDEV allows you to develop 64-bit applications......
btleDevice (Type of variable)
The btleDevice type allows you to handle a device that uses the Bluetooth Low Energy technology.
9. Hardware and software requirements
StringToDate (Function)
Converts a date in character string format to a date in YYYYMMDD format.
SQLColumnFormat (Function)
Returns the different types of columns supported: by the data source identified by SQLConnect by the database accessed by a specific connection (connection described in the analysis or described by HDescribeConnection or HOpenConnection)....
EmailReadLastHeader (Function)
Reads the header of last incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
EmailReadFirstHeader (Function)
Reads the header of the first incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
EmailReadPreviousHeader (Function)
Reads the header of the email found before the current email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
grAddData (Function)
Adds a data into a chart.
SQLFetch (Function)
Goes to the next row (i.e next record) of the query result.
ExceptionChangeParameter (Function)
Configures the automatic behavior that will be implemented if an exception occurs in the current process.
Setups while taking the Push into account
The setup while taking the Push into account is used to deploy an application on all the client computers of a network from a single management computer......
EventOpen (Function)
Opens a synchronization event between several threads.
<Looper>.Add (Function)
Adds a row at the end of a Looper control.
fGraphicFilter (Example)
Usage example of the fGraphicFilter function
DashDeleteAll (Function)
Deletes all widgets displayed in a Dashboard control.
SysYRes (Function)
Returns the vertical screen resolution.
Constants for sound management
List of constants used by the functions for sound management....
AuthIdentify (Function)
Performs an authentication using the OAuth 2.0 protocol on any webservice.
KioskEnable (Function)
Switches the current Android application to kiosk mode.
Background download
Starting with version 27, files can be downloaded in the background, using the system download manager......
HSavePosition (Function)
Stores the current file context: current record, filter, pointers.
iInitReportQuery (Function)
Initializes the query linked to the report (for a query with parameters).
Adapting a website to support multiple languages
WEBDEV Tutorial - Managing multiple languages in a website Adapting a website to support multiple languages - 50 min
MenuAddURLOption (Function)
Adds a new option after the last option of a drop-down or context menu. This menu option opens the page that corresponds to the specified URL.