ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating a query in SQL code
The query editor allows you to create a query by typing SQL code......
Manipulating Map controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically manipulate Map controls....
GglGetStaticMap (Function)
Retrieves the map of a specific location via the Google Maps service.
Reduce (Function)
Applies a computation to each element of a WLanguage array.
LooperPosition (Function)
Moves the scrollbar to display a specific row or returns the index of the first row displayed in a Looper control populated programmatically.
WDInst: configuring the directory of the data files and the directory of the files of user groupware
The setup editor WDInst ("Tools......
Tips for developing a site for an iPhone or for a BlackBerry
WEBDEV allows you to develop sites for all types of devices......
MyParameters (Reserved word)
The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure...
Starting WDOptimizer in a command line
DisplayedItem (Property)
The DisplayedItem property is used to: Find out the item or the variable displayed by the control. Modify the item or the variable displayed by the control....
Interface
An interface is used to divide the uses of features common to several elements from their implementations, which simplifies their re-usability.
Native MariaDB Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose a Native Connector to MariaDB (also called Native Access)......
JavaExecuteFunction (Function)
Starts a specific static function of a given Java class.
BurnerAddFile (Function)
Adds a file to the compilation.
Generating and deploying 64-bit applications
WINDEV allows you to automatically generate and install a 64-bit application.
zipCreateExe (Function)
Creates a self-extracting archive as a 32-bit executable (.EXE).
Internal procedure
Several features require a procedure called once or several times via a WLanguage function ("Callback")....
Managing emails with "Simple MAPI"
Simple MAPI simplifies the management of emails received by the hosting company......
Query editor
The query editor is used to automatically create queries on the data files......
Select query description window: Actions applied
This help page presents the actions that can be performed from the description window of a query....
Marker (Type of variable)
The Marker type is used to define the characteristics of a marker that must be positioned on a map displayed in a Map control.
Native MySQL Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose a Native Connector for MySQL......
TableAdd (Function)
Adds a row in: a Table control, a TreeView Table control, a Combo Box control "with table" (Table control displayed in a Combo Box control)....
Changing the version of projects found in SCM
When several projects share elements in the same SCM, changing the version of WINDEV and WEBDEV projects......
Native SQL Server Connector: Retrieving the output value of a stored procedure
The Native SQL Server Connector 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....