ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Automatic error handling
Error handling can be customized for each process...
FTPGetFile (Function)
Transfers a file from an FTP (File Transfer Protocol) server to the current computer.
grTooltip (Function)
Displays and formats: the tooltip associated with each section of a chart (section of a pie chart, column of a column chart, etc.). Also allows you to find out the characteristics of the tooltip associated with each chart section. a custom tooltip, associated with a point....
CallInterface (Function)
Runs a method of an interface of an object implemented in a DLL external to the WINDEV framework.
HAdd (Function)
Adds: the record found in memory into the table (query or view). the record found in a Record variable into the table (query or view)....
3. Managing a website
WEBDEV Tutorial - Website deployment Lesson 3 - Managing a website - 10 min
SQLInfo (Function)
Initializes the different SQL variables with information relative to the last query run.
HTTPSend (Function)
Sends an HTTP request and waits for the response from the HTTP server.
Internal component description
The description of an internal component can opened at any time......
DataBinding (Property)
The DataBinding property gets and changes the binding between a control and: a table item. a variable. several variables....
HOpen (Function)
Opens a data file.
SysBatteryOptimBackground (Function)
Used to manage battery optimization: Identifies the battery optimization mode for the current application. Prompts the user to disable battery optimization for a given application on the device. This function can be used to tell the operating system to stop preventing the application from running in the background....
sfDeleteResult (Type of variable)
The sfDeleteResult type is used to find out the result of SFDelete...
Native SQLite Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native SQLite Connector.
The Word Processing control
The Word Processing control is an advanced control that allows the end user to create and edit documents in docx format......
AuthIdentify (Function)
Performs an authentication using the OAuth 2.0 protocol on any web service.
iPrintReport (External language)
Prints a report created with the report editor.
Creating a WINDEV application for Linux
WINDEV allows you to create native 64-bit Linux executables. Their UI is developed with the window editor....
FTPConnect (Function)
Connects the current computer to an FTP server (File Transfer Protocol).
2. Performance profiler
WINDEV Tutorial: Optimizing a project Lesson 2 - Performance profiler - 15 min
HPrepareSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the database server in order to optimize the next executions of this query.