ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Flexbox control properties
You can manipulate Flexbox controls in a page using the following WLanguage properties......
<Source>.DeleteView (Function)
Deletes a previously created view. This function uses the former view mechanism.
Table control properties
A Table control found in a window or in a page can be handled in WLanguage by the following properties......
Distributing an external component
Once the component has been created, tested and generated, it can be distributed to other developers......
Programming standard errors
Programming standard errors inform you of potential problems detected when saving windows, pages, reports or when recompiling the project......
Button control properties
Button controls in a window or page can be manipulated using different WLanguage properties......
Warning 12: The label is unused
Handling a Check Box control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Check Box control through programming......
Preventing the use of the browser's "Back" button
If the browser "Back" button is used to display the previous page, this action will have no effect......
nWDOpenWDL: Opening a library
Opens a library created by WINDEV (file with a WDL extension)......
The triggers
A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ......
Opacity (Property)
The Opacity property is used to get and define the opacity percentage for a window, or for controls in a window or page.
The Context Menu control (WEBDEV)
Context menus are often used in websites......
Query with parameters
The queries with parameters allow the user to easily select records according to his own requirements......
PHPDisplay (Function)
Calls an external PHP script and returns the result page in the current browser window.
WDReplic: Starting the replication
Depending on the type of replication to perform, WDReplic must be started......
Automatic documentation of procedures and methods
To simplify the maintenance or the use of existing code by other developers, WINDEV proposes an automatic documentation for the procedures (or class methods)......
Use case diagram
A use case diagram is used to view the behavior of a system in such way that......
ASPDisplay (Function)
Calls an external ASP script and returns the result page in the current browser window.
Automatic index generation
The automatic index generation suggests index keywords based on the content of your help page......
Handling files on Dropbox, Google Drive and OneDrive
Many drives can be used to store files......
Automatic error handling
Error handling can be customized for each process......
Operations for synchronizing SCM
When creating an executable, a library or a component, ......
BackgroundColor (Property)
The BackgroundColor property is used to set the background color of a control, window, page or block of a report.
9. Internal component