ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Different types of data (Type of variable)
A variable is defined by name and type......
Control templates and inheritance
When a control template is applied to a page or to a window, all controls and code found in the template are "copied" into the page or window......
Window templates and inheritance
When a window template is applied to a window, all the controls and code in the template are "copied" to the window......
Guided Tour
A Guided Tour presents a series of features, displayed in a tooltip in the current window or page......
Report blocks
A printed report includes several sections......
Specific features of the Express version
Selecting the application or the files to install
WINDEV includes a wizard for generating a setup program: to install a WINDEV application. to install other files. Installing goodies for example (images, videos, ...)....
The ListView control
The ListView control is used to display a list of graphic elements (images, logos, etc....
Characteristics of maximized windows
A maximized window occupies the entire screen of the mobile device....
Windows: What must be taken into account if the users are working with Vista (and later)
Windows Vista (and later) proposes several improvements......
Error 102: The constants can be defined in the initialization code of project, ...
Characteristics of columns found in a Table control in a page (prefix syntax)
The columns are used to display information in a Table control......
Multilingual messages: Convert to new format (version 27 and later)
WINDEV, WEBDEV and WINDEV Mobile have included multilingual project support in many previous versions......
PicSave (Function)
Saves the image found: in an Image Editor control. in a WDPic variable....
Programming patterns
CAUTION......
xlsCoordinatesToName (Function)
Retrieves the name of a cell, XLS worksheet or Spreadsheet control according to its coordinates.
<xlsDocument variable>.DeleteWorksheet (Function)
Deletes a worksheet from the Excel document.
Database parameters (Setup program)
The setup program creation wizard includes the setup of the database along with the application and suggests additional elements......
KanbanSave (Function)
Updates the record bound to the current card in the Kanban control.
Native PostgreSQL Connector: Programming with HFSQL functions
To use a PostgreSQL database with Native Connector (also called Native Access), the structure of PostgreSQL tables must be imported into the WINDEV or WEBDEV analysis......
Configuring the connection with WDSQSINS
For compatibility with the earlier versions of the Native SQL Server Connector (also called Native SQL Server Access), the connection can still be configured in WDSQSINS (supplied with the Native SQL Server Connector)......
AndroidActivityResultProcedure (Function)
Allows you to specify the procedure to be called to get the result returned by a third-party Activity.
The different types of windows
The following types of windows can be created in a WINDEV application......
Managing the SNMP protocol
SNMP (Simple Network Management Protocol) is the standard protocol for managing the network devices......
Using ODBC on HFSQL Classic via JDBC
The ODBC driver on HFSQL Classic is used to access a HFSQL Classic database from an external database software that supports ODBC accesses......