ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Native MariaDB Connector: Programming with SQL functions
The SQL functions can be used to handle the MariaDB database......
Events associated with a Popup control
WEBDEV manages the following events by default (order of appearance in the code editor):
SOAPRun (Function)
Runs a procedure on a SOAP server.
FileToMemoryList (Function)
Populates a List Box or Combo Box control programmatically with the records from a data file or query.
xlsNbColumn (Function)
Returns the number of columns found in a worksheet of an XLS file.
jQuery (Function)
Runs a JavaScript method (or several chained methods) of the jQuery library on a page element.
Responsive Web Design: Managing a header bar
This help page explains how to create a page containing a header bar in Responsive Web Design mode......
Constants used by the Factory functions
The following constants are used by the functions for managing the software factory:...
Obtaining an SSL certificate for IIS7 (or later)
To get an SSL certificate for IIS 7 (and later), the different steps are as follows:...
TableToWord (Function)
Creates a Word file (.RTF) from the data found in a Table or TreeView Table control.
xlsColumnTitle (Function)
Retrieves the title of a column found in an XLS file.
2. How to test a site?
HTML Editor control constants
Used to find out whether the application is started in "simulator test mode" from WINDEV Mobile....
Native Oracle Connector: Programming with SQL functions
The SQL functions can be used to handle the ORACLE database, regardless of whether WDORAINS is used or not to configure the accessed database......
Native MySQL Connector: Programming with SQL functions
The SQL functions can be used to handle the MySQL database......
Optional connection information
When defining the connections in the data model editor or when defining the connections through programming, you have the ability to specifier the optional connection information......
OrgElement (Type of variable)
The OrgElement type is used to define the advanced characteristics of an element found in an Organization Chart control.
WDGenPage: Use in command line mode
WDGenPage run in command line is used to generate one or more semi-dynamic pages without starting WEBDEV or WDGenPage....
WEBDEV administrator: General configuration
The "Configuration" tab is used to define the default connection options for the WEBDEV sites found on the server and managed by the administrator......
TreeAdd (Function)
Adds a "leaf" element (and all necessary nodes) into a TreeView control.
Constants for managing XML documents
List of constants used by the functions for managing XML documents....
WDTestSite: Running a scenario
The scenario is a text file (".WCN" extension) containing all the operations performed when recording the scenario. This scenario is run by WDTestSite....
xlsColumnType (Function)
Returns the type of data entered in a column of an XLS file.
SQL: Managing joins (INNER JOIN, OUTER JOIN)
To select records coming from several data files, joins must be used in the SQL query......
EmailSend (Example)
Usage example of the EmailSend function