ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Displaying a page in a WEBDEV site
Displaying a new page in a WEBDEV site can be done according to several methods......
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....
iParameterPDF (Function)
Defines the options for the generated PDF file.
<Image>.ModifyContrast (Function)
Changes the contrast of an image contained in an Image control.
Operations performed on state-transition diagrams
The following paragraphs explain......
Displaying a frameset in a WEBDEV site
Displaying a new frameset in a WEBDEV site can be performed according to several methods......
URL Rewriting
URL Rewriting is a technique used to improve SEO......
CONTINUE statement/"CONTINUE:" label
The CONTINUE keyword can correspond: to the CONTINUE instruction. It allows you to go back to the beginning of the first iteration without finishing the code of the current iteration. to the CONTINUE: label. It allows you to declare a common code in a loop....
ON (Reserved word)
The ON keyword is used exclusively in the automated tests generated by WINDEV and WEBDEV.
Managing breakpoints
During a project test in the editor, breakpoints are used to automatically start the debugger from a given line......
Android Widget windows
An Android application can contain one or more Widget windows......
TableDeleteWithAnimation (Function)
Deletes a row from a Table control, from a TreeView Table control (or from a table displayed in a Combo Box control) with an animation.
mlzInsertLine (Function)
Inserts a new dynamic row in a Multiline Zone 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.
Test of a WINDEV and WINDEV Mobile application
WINDEV and WINDEV Mobile feature multiple methods to test applications......
SaaSAdminConnect (Function)
Connects and authenticates the administrator of the SaaS Webservice.
List of reserved words
Constant
The constants are language elements whose value is fixed once and for all...
Radial Bar chart
The "Image gallery" Looper control is used to manage the display of a set of images without programming......
Link functions (prefix syntax)
Link functions are used to link the interface with the data files (and vice versa)....
TableModify (Function)
Modifies a row in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
TableDelete (Function)
Deletes a row from: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
mlzAddLine (Function)
Adds a new dynamic row into a Multiline Zone control.
DynamicSiteDisplay (Function)
Starts a dynamic WEBDEV site from a static page or or from a dynamic WEBDEV page.