ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

4. Adding a product
WEBDEV Tutorial - Creating a website with back office processes Lesson 4 - Adding a product - 50 min
BrowserWidth (Function)
Returns the width (in pixels) of the client area where the page is displayed.
BrowserHeight (Function)
Returns the height (in pixels) of the client area where the page is displayed.
dSaveImageGIF (Example)
Usage example of the dSaveImageGIF function
dSaveImageBMP (Example)
Usage example of the dSaveImageBMP function
dSaveImageJPEG (Example)
Usage example of the dSaveImageJPEG function
1. Components provided with WINDEV
WINDEV is provided with projects that contain components....
Style (External language)
Loads a style sheet.
Docker image of the WEBDEV Application Server
From with version 24, a Docker container with the WEBDEV Application Server can be found in Docker Hub......
Iteration block (or substitution block)
The Iteration block is a free block, created manually in the report editor ("Report......
PicRotation (Function)
Rotates a WDPic image.
LogFile (Property)
The LogFile property is used to determine if a data file is a log file.
Using data from an external database
WINDEV Tutorial - External database Using data from an external database - 40 min
Error 117: The array has X dimensions and you access it with Y dimensions
TimelineAddEvent(Function)
Adds an event into a TimeLine control.
WidgetRunApp (Function)
Starts the application to which a widget belongs.
SpreadsheetSelectComment (Function)
Allows you to: know if a comment is selected in a Spreadsheet control, select or deselect a comment in a Spreadsheet control....
HLogInfo (Function)
Adds comments to the log when saving the operation.
dSaveImagePNG (Example)
Usage example of the dSaveImagePNG function
SpreadsheetDeleteWorksheet (Function)
Deletes a worksheet from a Spreadsheet control found in a window.
ToolbarPosition (Function)
Indicates the display mode of a Toolbar control.
User login: User Groupware
WINDEV Tutorial: User Groupware User login: User Groupware - 20 mn
Conditions for using the Ad control
The Ad control is using the AdMob SDK....
Code indentation
When typing compound statements ("Switch", "For" and "While", for example), the code is automatically indented to highlight the structure of the loops used in the program......
Using ODBC on HFSQL Classic via JDBC
The ODBC driver on HFSQL Classic is used to access a HFSQL Classic database from an external database software that supports ODBC accesses......