ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Combo Box control
The "Combo Box" control is used to display a list of elements and to select an element from this list......
<Source>.CreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
HCreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
Handling a Linear Looper control through programming
WEBDEV allows you to handle a Linear Looper control through programming....
How to color a control with focus?
This help page explains how to highlight the control where the input is performed....
The Context Menu control (WEBDEV)
Context menus are often used in websites......
Managing space characters in the searches?
Controls that can be moved in a page
WEBDEV proposes two modes for moving controls in a page......
Project description: Project tab
The project description window allows you to configure various elements of your project......
Checked (Property)
The Checked property gets and sets the checkmark state of an element.
Assisted universal replication
To easily establish the universal replication between the data of a remote application and a central database, WINDEV and WEBDEV allow you to......
The Tab control
The Tab control is used to simultaneously display different controls......
eYe magnet: conditional formatting of controls
The visual aspect of a window control can be automatically modified according to a series of conditions in order to attract the attention of the user to this control......
Viewing a report in 3D
Your report displays controls that overlap?......
WDADMINEXE : Controlling the application remotely
The remote control of a WINDEV application allows the manager of an application used in network to manage the automatic or forced shutdown of the application for all the current users......
Creating a Java archive
When your Java application is developed, you can......
Sensor functions
The following functions are used to manage the compass and the accelerometer in an application run on a mobile device (phone or tablet)....
End of Document block
The End of document block is run once at the end of the report execution......
Flexbox control description: General tab
In the "General" tab of the Flexbox control description window, you can view and change the options of the different controls integrated into a flexbox container......
SocketCreate (Function)
Creates a socket.
SocketConnectInfrared (Function)
Connects a client computer to a given socket via the infrared port.
SocketCreateInfrared (Function)
Creates a socket that uses the infrared port.
SocketClientInfo (Function)
Allows the server to get information about the current client socket.
Programming standard errors
Programming standard errors inform you of potential problems detected when saving windows, pages, reports or when recompiling the project......
"Long press" optional event
The optional event "Long press/Open context menu" is run during a long press on the controls of a window......