ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Native MySQL Connector: Specific features
The Native MySQL Connector (also called "Native MySQL Access") creates "InnoDB" tables to support locks and transactions on a MySQL database......
ChangeSkinTemplate (Function)
Dynamically changes the skin template: of all windows found in the current application, of the windows found in the WINDEV components used by the application, of a specific window found in the project....
Native MariaDB Connector: Specific features
The Native MariaDB Connector creates "InnoDB" tables to support locks and transactions on a MariaDB database......
NumberPage (Property)
The NumberPage property is used to get: the number of pages in a "multi-page" image file. This image is displayed in an Image control or in the background of a Chart control. the number of pages in a PDF file displayed in an Image control. the number of pages found in a PDF file displayed in a PDF Reader control. the number of pages found in a DOCX file displayed in a Word Processing control....
Characteristics of the columns in a Table control in a window
The columns are used to display information in a Table control......
Name55 (Property)
The Name55 property is used to manipulate the logical name of a Hyper File 5.5 data file that has not been migrated and is located in a WINDEV 19 analysis.
Handling an OLE control by programming
WINDEV enables you to handle an OLE control by programming......
NetEraseFile (Function)
Deletes a file from the FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV. This function is kept for backward compatibility....
<Variable ftpConnexion>Connect (Function)
Connects the current computer to an FTP server (File Transfer Protocol). This new feature is available as of WINDEV Suite SaaS 2025 Update 2....
ExtractStringBetween (Function)
Allows you to: extract a substring between two given separators from a character string. search for substrings between two given separators in a character string....
AAF: Sort on the columns of a Table control
WINDEV allows the user to easily sort the columns of a Table control....
Handling a Carousel control through programming
WINDEV allows you to handle a Carousel control through programming......
Primary (Property)
The Primary property can be used: on the gglPostalAddress type. on the gglEmail type. on the gglInstantMessaging type on the gglOrganization type on the gglPhoneNumber type]....
Speech synthesis in the mobile applications
The phones can talk!......
New Features brochure - Version 27: New WINDEV features
New features in WINDEV 27 presented in the New Features brochure....
Error 810: * can only be used for a parameter with a default value
Handling a toolbar through programming
WINDEV allows you to handle a Toolbar control through programming......
MatMultiply (Function)
Multiplies two matrices.
CallWD: Function specific to the external language
Calls a WLanguage function from an external language....
11. Controls in practice
Discover the main characteristics of the controls...
NetSendBuffer (Function)
Transmits a character string to an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV. This function is kept for backward compatibility....
NetExecute (Function)
Runs a specific program on an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV. This function is kept for backward compatibility....
NetEndServer (Function)
Stops an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV and started by NetStartServer. This function is kept for backward compatibility....
<Variable ftpConnexion>Attribute (Function)
Identifies the attributes of a file found on an FTP server (File Transfer Protocol). This new feature is available as of WINDEV Suite SaaS 2025 Update 2....
Showing passwords (AAF)
By default, in password controls, characters are replaced with dots......