ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Popup window
WINDEV allows you to open windows in popup format......
TableDeleteChild (Function)
Deletes all child rows from a branch of the hierarchy.
New (Reserved word)
New is used to allocate memory space...
Changing the version of projects found in SCM
When several projects share elements in the same SCM, changing the version of WINDEV and WEBDEV projects......
Assignment operators
Three assignment operators are available......
HierarchicalDepth (Property)
The HierarchicalDepth property is used to: Find out the depth of a hierarchical control in a report. Modify the depth of a hierarchical control in a report (only if the report uses a data source through programming)....
How to manage enumerations programmatically?
How to manage a combination through programming?
A combination is a type of variabble containing a list of values....
Responsive Web Design: Specific UI errors
WEBDEV features UI errors specific to the position of controls in the different slices......
Managing the application language through programming
A multilingual application is an application that can be distributed in several languages......
Events associated with the controls of a report
The events associated with the controls of a report are as follows......
ConfigureAAF (Function)
Used to specify the behavior of some Automatic Application Features (AAF).
Installing an application: single-user or network setup?
WINDEV proposes several types of setup for a WINDEV application......
Report and project
In most cases, a report is linked to a project......
Automated test created by the user
WINDEV allows the user to record a test scenario in order to send it to the quality service or to the developer......
Binding controls to data
A window or page can display information from......
20. Managing suggestions and incidents
Managing suggestions and incidents...
Parameters of a procedure with a variable number of parameters
When the procedure uses a variable number of parameters, you must be able to handle the different parameters passed to the function in the code of the procedure....
8. If you are already familiar with WINDEV
Using layouts in WINDEV and WINDEV Mobile
The layout is used to define several views of a window in the same project without duplicating this window......
WinRefreshVisible (Function)
Modifies or returns the visibility state of the refresh bar in a window.
ControlClone (Function)
Creates a new control from an existing control.
Creating anchors
The anchors are used to define specific points in a help page......
Customizing the report viewer (preview)
You can display a print preview in the report viewer......
<Looper>.AddInProgress (Function)
Modifies or returns the visibility status of internal wait window when adding additional elements into an infinite Looper control.