ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Indirection operators
The { and } operators are used to access a control, a variable, a class member or a file item by dynamically building the name of control, variable, class member or item...
Recompiling the project
The project compilation is a process used to......
BottomMargin (Property)
The BottomMargin property sets the bottom margin of an element.
Error 1004: To explicitly access an element of the base class '%1', use the syntax
CameraCapture (Function)
Captures the images received from the camera: as an image: takes a photo. as a video: records a video. Function kept for "Version-26-compatible" Camera controls....
<Camera>.Capture (Function)
Captures the images received from the camera: as an image: takes a photo. as a video: records a video. Function kept for "Version-26-compatible" Camera controls....
.NET Assemblies
.NET is Microsoft's software development platform......
VideoCapture (Function)
Captures the images received from the camera: as an image: takes a photo. as a video: records a video. Function kept for "Version-26-compatible" Camera controls....
ERR_BAD_DLLEXE
WDStatistics: Overview
WDStatistics is a tool used to perform statistical calculations regarding the traffic of your dynamic WEBDEV sites......
The key items
Keys are specific items in your analysis......
Class inheritance
The hierarchical organization in class and sub-class has allowed to create the notion of inheritance......
XImage (Property)
The XImage property is used to get and change the initial X-coordinate of the image section that will be displayed in an Image control or in the background of a Chart control.
YImage (Property)
The YImage property is used to get and change the initial Y-coordinate of the image section that will be displayed in an Image control or in the background of a Chart control.
<Radio button>.Insert (Function)
Inserts a new option into a Radio Button control.
WDLog: Saving HFSQL data files
WDLog allows you to save all the HFSQL data files used by a WINDEV or WEBDEV application......
SysThumbnailDeleteAll (Function)
Deletes all the buttons associated with the thumbnail of the application from the taskbar.
EmulateRadioButton (Function)
Emulates the selection of an option in a Radio Button control.
<Radio button>.Add (Function)
Adds a new option into a Radio Button control.
Handling an Upload control through programming
The Upload control is used to upload one or more files....
Distributing an external component
Once the component has been created, tested and generated, it can be distributed to other developers......
1. Project and analysis
Project compilation: Warning, Error, Information, Programming standard...
When developing a project, the project is compiled on a regular basis....
Database access: summary
WINDEV and WEBDEV support different SQL query execution modes depending on how the database was accessed.......
Test of a query
The query editor allows you to run the test of query result......