ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SQL statements
The main SQL statements allowed in the SQL queries managed by WINDEV and WEBDEV are as follows......
dSlice (Function)
Draws a circle section or an ellipse section: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
dModifySaturation (Function)
Modifies the saturation of an image found: in an Image control, in an Image variable....
dModifyHue (Function)
Changes the hue of an image: in an Image control, in an Image variable....
<picLayer variable>.DrawRectangle (Function)
Draws a rectangle in a picLayer variable.
Testing a static page
The test of a single page allows you to run the current page in WEBDEV......
Creating a table in a report
Tables can be created in a report......
Managing breakpoints
During a project test in the editor, breakpoints are used to automatically start the debugger from a given line......
Multilingual feature in the controls (window, page, report)
In a multilingual application or site, the multilingual feature is proposed for the following elements......
SQLColumn (Function)
Returns the characteristics of all the columns (or items): for a given table. for a given query....
<Source>.ExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
The Table control on mobile devices (Android and iOS)
The Table control is available for Android and iOS applications......
dModifyLightness (Function)
Changes the lightness of an image found: in an Image control, in an Image variable....
dModifyHSL (Function)
Modifies the hue, the saturation and the lightness of an image found: in an Image control, in an Image variable....
<Connection variable>.OpenConnection (Function)
Opens a connection to a specific database.
Native Oracle Connector: Specific features and remarks
Remarks and specific features of the Native Oracle Connector...
Specific features of the Express version
HOpenConnection (Function)
Opens a connection to a specific database.
iParameterPDF (Function)
Defines the options for the generated PDF file.
<Image>.ModifyContrast (Function)
Changes the contrast of an image contained in an Image control.
WDStatistics: Using WDStatistics
WDStatistics can be used once the log files have been imported......
dRectangle (Function)
Draws a rectangle: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
<Source>.ExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
Testing a dynamic page (session or AWP mode)
The test of a single page runs the current page in WEBDEV......
Testing a window
Testing a single window allows you to run the current window in WINDEV or WINDEV Mobile......