ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Runtime log
The runtime log is the best way to identify the most used features of an application......
Performance profiler
The performance profiler (also called Profiler) is used to check and optimize the execution time of your application......
Display the code of an element
WINDEV, WEBDEV and WINDEV Mobile allow the use of event-driven and object-oriented programming......
Designation of current element (Reserved word)
The keywords used to identify the current element are:
<Queue variable>.Enqueue (Function)
Adds an element to the queue.
Flexbox example: automatic control layout
Flexbox controls allow arranging controls exactly as desired when the browser is resized......
Project Management Hub: Gantt chart
The Project Management Hub is used to follow the tasks of one or more contributors via......
Gesture variable
The Gesture variable is used to retrieve the gesture parameters (swipe)......
JSON
JSON (JavaScript Object Notation) if a light format for exchanging data......
VideoListParameter (Function)
Lists the values supported by the device camera for a given parameter. Function kept for "Version-26-compatible" Camera controls....
CameraListParameter (Function)
Lists the values supported by the device camera for a given parameter. Function kept for "Version-26-compatible" Camera controls....
ERR_BAD_APPLICATION
Push (Function)
Pushes an element onto the stack.
Pop (Function)
Pops an element from a stack.
Dequeue (Function)
Removes an element from the queue.
The indexed controls
A control is an indexed control if it contains several controls with the same name......
5. Project configuration
Project configuration...
Refreshing the page data
In a dynamic WEBDEV site, the page data is refreshed during a user action......
<Stack variable>.Push (Function)
Pushes an element onto the stack.
Partial indexing of memos
You now have the ability to index the content of a text memo item......
7. Multilingual applications in practice
7. Multilingual sites in practice
How to create an SQL query to get a TOP 10?
This help page presents the method for creating an SQL query used to get the first 10 records......
<Stack variable>.Pop (Function)
Pops an element from a stack.
<Queue variable>.Dequeue (Function)
Dequeues an element from a queue.