ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SQLChangeConnection (Function)
Modifies the current connection.
SQLDisconnect (Function)
Closes the current connection and frees the memory used by the connection.
Describing a query
Once a query is created, all the characteristics of this query can be modified at any time......
Deploying a Java archive
Like for any application, WINDEV allows you to create a setup program for a Java application......
SQLListSource (Function)
Lists the data sources declared on a local site.
SQLNext (Function)
Positions on the next row of the query result.
SQLPrevious (Function)
Positions on the previous row of the query result.
SQLFirst (Function)
Positions on the first row of the query result.
SQLGetMemo (Function)
Retrieves the content of a Memo column from the query result, for the current row.
Managing databases in the WINDEV Java applications
This document presents the different access modes to databases from a WINDEV Java application......
SQLLast (Function)
Sets the position on the last row of the query result.
Parameter of a procedure/function
You have the ability to pass parameters to a procedure....
Debugging in PHP
A site generated in PHP can be debugged in standard WEBDEV mode......
Project description: Files tab
The project description window allows you to configure various elements of your project......
Automatic documentation of procedures and methods
To simplify the maintenance or the use of existing code by other developers, WINDEV proposes an automatic documentation for the procedures (or class methods)......
ColorHue (Function)
Calculates the hue of a color.
ColorSaturation (Function)
Calculates the saturation of a color.
ColorLightness (Function)
Calculates the lightness of a color.
WDInst: installing additional elements
By default, only the files found in the "List of setup files" window are installed on the user computers......
Logical Data Model (LDM)
A Logical Data Model (LDM) is used to describe the data structures (files, items, ......
Native MariaDB Connector: Requirements and remarks
This page presents the main aspects and requirements of the Native MariaDB Connector......
WINDEV, WEBDEV and WINDEV Mobile tools
The following tools are provided with WINDEV, WEBDEV and WINDEV Mobile...
<Image>.ModifyHSL (Function)
Modifies the hue, the saturation and the lightness of an image in an Image control.
Selection conditions of a query
The selection conditions of records are applied to the items used in the queries......
Procedure/Function
A procedure is used to associate an identifier with a statement block......