ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Lambda: Expressions and procedures
A lambda ("lambda function") is a more concise way to write internal procedures...
<Image>.ModifyContrast (Function)
Changes the contrast of an image contained in an Image control.
<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.
The Chart control
The "Chart" control is used to display a chart in windows, pages and reports......
User Groupware
A Windows application, an Internet or Intranet site require to define the role of different contributors......
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......
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.
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
Creating a WINDEV application for Linux
WINDEV allows you to create native 64-bit Linux executables. Their UI is developed with the window editor....
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......
Context menu of TreeView controls (AAF)
Each TreeView control found in a window proposes a popup menu to the user......
Testing a static page
The test of a single page allows you to run the current page in WEBDEV......
VideoStartDecoding (Function)
Starts decoding bar codes in a Camera control.
Testing a dynamic project from the administrator
Running the test from the WEBDEV administrator (WDAdmin) is used to check ......
CameraStartDecoding (Function)
Starts decoding bar codes in a Camera control.
Managing the Windows scheduler
Windows gives you the ability to schedule automatic tasks via the manager of scheduled tasks......
Testing a dynamic project (session or AWP mode) from WEBDEV
The test of the entire project allows simulating the startup of the site......
Testing a dynamic page (session or AWP mode)
The test of a single page runs the current page in WEBDEV......
Debugger: Running a project step by step
Running a project step-by-step allows you to start the debugger when launching the application......
ChangeSkinTemplate (Function)
Dynamically changes the skin template: of all windows found in the current application, of the windows found in the WINDEV components used by the application, of a specific window found in the project....