ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Characteristics of menu options
WINDEV and WINDEV Mobile support two types of menus ...
MenuState (Function)
Identifies the state of an option in a context or drop-down menu, i.e., active, disabled or invisible.
Manipulating menu options programmatically
Menu options can be manipulated...
Managing menu options in MDI windows
The MDI windows must respect some constraints specific to the MDI applications...
Image (Property)
The Image property gets and sets the background image of a control or block.
MenuExist (Function)
Indicates whether a menu option exists in a menu.
MenuUnMark (Function)
Removes the checkmark displayed in front of the menu option (context menu or drop-down menu).
<Menu>.Exist (Function)
Indicates whether a menu option exists in a menu.
Referring to an element in a WLanguage event / process
Manipulating menu options via the context menu
WINDEV and WINDEV Mobile support two types of menus: ...
Project compilation: Warning, Error, Information, Programming standard...
When developing a project, the project is compiled on a regular basis....
SQLLock (Function)
Used to lock: The entire data table, in read and write mode. Its data cannot be accessed by other computers. The records selected by the query. This data cannot be accessed by the other computers. This method can be used to update records for example....
Flexbox example: ratios to distribute available space among controls
In a flexbox container, you can define ratios for the different controls so that they take up a given amount of space......
How to develop a PHP site?
What is a PHP site?......
Camera control in a mobile application
The Camera control is used to......
Association in a CDM
In a CDM (Conceptual Data Model), the associations are used to link the entities between themselves......
Large (Property)
Large is used to: Find out whether a Font variable is enlarged. Enlarge (or not) a Font variable. This property is kept for backward compatibility....
FTPTime (Function)
Returns the different times (creation, modification or access) associated with a file found on an FTP server (File Transfer Protocol).
pdfSignature (Type of variable)
The pdfSignature type is used to define the advanced characteristics of the signature that will be applied to a PDF file when signing an existing PDF (via PDFSign).
gpwOpen (Function)
Opens the User Groupware login window or page.
Sub-modeling
In a flexible modeling, the "Application", "Process" and "Choice" elements can be used to enter in a "sub-modeling"......
The Java Applet control
A Java Applet control allows you to easily include Java Applets in your WEBDEV sites......
Events associated with the Map control
WINDEV, WINDEV Mobile and WEBDEV manage the following events by default (order of appearance in the code editor)...
Handling the versions of a window, report, query or project
When creating and developing the different elements of a project (window, query, report, project, ......
HRead (Function)
Reads a record in a file according to a given record number.
Handling a control through programming in a report
All report controls can be handled through programming......
emailPOP3Session (Type of variable)
The emailPOP3Session type is used to access a messaging server by using the POP3 protocol (Post Office Protocol) in order to retrieve the messages found on this server.
emailIMAPSession (Type of variable)
The emailIMAPSession type is used to access a messaging server by using the IMAP protocol (Internet Access Message Protocol) in order to retrieve the messages found on this server.
SysIconAdd (Function)
Adds a system tray icon (in the lower-right corner of the screen).
Creating links
Links help users navigate the help system......
Result of a query in test mode
After its execution in test mode (see Running the query test), the result of the query can be......
Report templates
WINDEV, WINDEV Mobile and WEBDEV allow you to create report templates......
Dynamic audit
The dynamic audit of an application analyzes its runtime performance......
FTPSend (Function)
Transfers a file or directory to an FTP server (File Transfer Protocol).
mqttSession (Type of variable)
The mqttSession type is used to define the parameters for connecting to the MQTT broker.