ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

grSaveEMF (Function)
Saves a chart that was drawn beforehand in a file in EMF format.
Developing an iOS 13 widget
An iOS widget is an application intended to be displayed as a widget on iOS devices (iPhone, iPad, etc.
Title (Property)
The Title property is used to get and change the title of an element.
GetDefinition (Function)
Retrieves the definition of element type.
Spreadsheet control in a report
The spreadsheet is one of the most often used business tools. You have the ability to create reports that print the data found in a spreadsheet....
WEBDEV: Scheduled tasks and delayed tasks
WEBDEV allows you to implement tasks on the server directly......
Native MariaDB Connector: Programming with HFSQL functions
To use a MariaDB database with Native Connector, the structure of MariaDB tables must be imported into the WINDEV or WEBDEV analysis......
Native MySQL Connector: Programming with HFSQL functions
To use a MySQL database with the Native Connector (or Native Access), import the structure of MySQL tables into the WINDEV or WEBDEV analysis......
Installing WINDEV, WEBDEV or WINDEV Mobile
This chapter presents the configuration required to install WINDEV, WEBDEV or WINDEV Mobile as well as the different steps of setup......
WDAPI: Converting a declaration of C function or structure
WDAPI is used to convert a declaration of C function or structure into a declaration of WLanguage function or structure......
TableMode (Function)
TableMode is kept for backward compatibility.
grSaveWMF (Function)
Saves a chart that was drawn beforehand in WMF format.
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......
Outstanding progress bars
Simple or symmetric progress bar?...
WDAdminHF: Managing the server
During the connection to the remote HFSQL administrator, you must specify the HFSQL server that will be taken into account......
Translation with Google Translate
WINDEV, WEBDEV and WINDEV Mobile allow you to support up to 64 languages in the same project......
Font (Type of variable)
A Font variable creates a font programmatically...
REST web services: Importing an OpenAPI specification
REST web service APIs can be described using OpenAPl files......
Other operators
The following are additional operators......
Handling files on an FTP server
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another......
Installing a SOAP server with IIS
Server triggers
Server triggers are stored procedures executed by the server before or after a write operation performed on a database file......
7. Sending an email
WINDEV Tutorial: WINDEV application: Managing data Lesson 7 - Sending an email - 20 min
"Component.WDO" file
When generating the external component, two files are automatically created in the EXE directory of the current project......
Native Sybase Connector: Output value of a stored procedure run on the server
The Native Sybase Connector (also called Native Sybase Access) is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....