ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Java Applet control
A Java Applet control allows you to easily include Java Applets in your WEBDEV sites......
Creating a Java archive
When your Java application is developed, you can......
How to develop a PHP site?
What is a PHP site?......
KanbanDisplay (Function)
Refreshes a Kanban control or a card in the Kanban control.
22 tips for optimizing the speed of a site
When a site is on-lined, one of the main expectations of Web users is speed......
Events associated with the TreeMap control
List of events associated with the TreeMap controls...
"Clickable" image in a window
WINDEV and WINDEV Mobile give you the ability to use clickable images......
Events associated with a Popup control
WEBDEV manages the following events by default (order of appearance in the code editor):
Events associated with an Ad control
WINDEV Mobile manages the following events by default (in order of appearance in the code editor):
SQL: Managing joins (INNER JOIN, OUTER JOIN)
To select records coming from several data files, joins must be used in the SQL query......
HTML Editor control events
The following events appear by default in the WINDEV and WINDEV Mobile code editor...
Using a query with parameters
A query with parameters can be used......
ErrorPropagate (Function)
Propagates a non-fatal error that can be processed by the calling code if the management of non-fatal errors was enabled for this code (in the code editor or by ErrorChangeParameter).
List (Property)
The List property is used to handle the different lists of a Kanban control. You can add, modify or delete lists from a Kanban control, or navigate between them.
CallWD: Function specific to the external language
Calls a WLanguage function from an external language....
Dynamic site: Persistent session
For a dynamic WEBDEV site, when starting the site (site called from a browser), a session representing the site is loaded in memory on the server......
Events associated with a TimeLine control
WINDEV manages the following events by default (in order of appearance in the code editor)...
Page Footer block
The Page footer block is run at the end of each page......
WinRedraw (Function)
Immediately redraws the window controls for which a graphic update is required.
TableSelectCount (Function)
Returns the number of selected elements in a Table or TreeView Table control (especially multi-selection controls).
MultitaskRedraw (Function)
Immediately redraws the window controls that will be graphically refreshed.
14. PHP generation in practice
Viewing a report in 3D
Your report displays controls that overlap?......
Viewing a window in 3 dimensions
Your window contains overlapping controls?......
Managing the critical sections
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....