ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Object diagram
An object diagram represents a set of objects and how they relate to each other at a certain moment in time......
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....
OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
grDestinationEMF (Function)
Defines a meta file as chart destination (EMF means Enhanced Meta File).
Custom-Notes
The custom-notes allow you to write down any ideas you want to remember, notes you must not forget, ......
HFSQL Control Center: Creating and executing a query
The HFSQL Control Center allows you to create a query based on the data files of the database currently displayed in the Control Center......
InAJAXMode (Function)
Specifies whether the code is run from: a process in AJAX mode. a procedure called by AJAXExecute or AJAXExecuteAsynchronous....
Events associated with Sidebar controls
List of events associated with Sidebar controls...
HTML Display control properties
HTML Display control properties...
The Table control on mobile devices (Android and iOS)
The Table control is available for Android and iOS applications......
Aligning elements in a List Box or Combo Box control
There are different methods to align the elements in a List Box or Combo Box control......
2. Creating files in the analysis
WEBDEV Tutorial - Creating a WEBDEV project and its analysis Lesson 2 - Creating files in the analysis - 40 min
Selecting the application or the files to install
WINDEV includes a wizard for generating a setup program: to install a WINDEV application. to install other files. Installing goodies for example (images, videos, ...)....
ListView control properties
List of properties associated with the ListView control...
Wire control properties
A Wire control can be handled in a window by the following WLanguage properties......
TimeLine control properties
A TimeLine control can be handled in a window by the following WLanguage properties.
Testing and debugging a WINDEV project on the user computer
WINDEV offers multiple possibilities to test and debug a project directly on the development computer (see Testing and debugging a WINDEV executable on the development computer)......
TableMode (Function)
TableMode is kept for backward compatibility.
Server triggers
Server triggers are stored procedures executed by the server before or after a write operation performed on a database file......
Project Management Hub: Statistics
When managing a project, you must keep track of some indicators to understand the evolution of the project, its schedule, ......
fUncompress (Function)
Decompresses a file that was compressed by fCompress.
grDestinationBMP (Function)
Defines a BitMap file as destination of a chart (BMP means BitMap).
Enlarging a window
Modern UIs generally use larger windows and larger fonts in the different controls......
I work as a developer: How to manage my tasks and my schedule?
The Control Centers in WINDEV, WEBDEV and WINDEV Mobile include many tools to help developers manage their schedules and the different associated tasks......
SQL functions that can be used in SQL queries
The following SQL functions can be used on the queries written in SQL code (classified by theme)......