ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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.
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....
The Chart control
The "Chart" control is used to display a chart in windows, pages and reports......
<Source>.ExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
FinRedemption (Example)
Usage example of the FinRedemption function
Running the test of a static project
The test of the entire project allows simulating the startup of the site......
Testing a window
Testing a single window allows you to run the current window in WINDEV or WINDEV Mobile......
User Groupware
A Windows application, an Internet or Intranet site require to define the role of different contributors......
Testing and debugging a project on the development computer
The test of the entire project allows you to simulate the start of the application with the executable......
Resizing a window (AAF)
dModifyContrast (Function)
Changes the contrast of an image contained: in an Image control, in an Image variable....
<Image variable>.ModifyContrast (Function)
Changes the contrast of an image in an Image variable.
MatMultiply (Example)
Usage example of the MatMultiply function
Creating a WINDEV application for Linux
WINDEV allows you to create native 64-bit Linux executables. Their UI is developed with the window editor....
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
Managing breakpoints
During a project test in the editor, breakpoints are used to automatically start the debugger from a given line......
Context menu of TreeView controls (AAF)
Each TreeView control found in a window proposes a popup menu to the user......
The Clickable Image control
The Clickable Image control can be used to......
Testing a dynamic project from a test server
Before deploying your dynamic WEBDEV site, we recommend that you run the final tests from a test sever......
Testing a static page
The test of a single page allows you to run the current page in WEBDEV......
Testing a dynamic project from the administrator
Running the test from the WEBDEV administrator (WDAdmin) is used to check ......