ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Check Box control
A Check Box can correspond to...
<Check box>.Insert (Function)
Inserts a new option into a Check Box control.
<Check Box>.Count (Function)
Returns the number of options found in a Check Box control.
CheckBoxAdd (Function)
Adds a new option into a Check Box control.
Context menu of Check Box columns (AAF)
The Table and TreeView Table controls can propose Check Box columns allowing the user to select the requested options...
CheckBoxDelete (Function)
Deletes an option from a Check Box control.
<Check box>.Add
Adds a new option into a Check Box control.
CheckBoxInsert (Function)
Inserts a new option into a Check Box control.
<Check box>.Delete (Function)
Deletes an option from a Check Box control.
DynamicSiteDisplay (Function)
Starts a dynamic WEBDEV site from a static page or or from a dynamic WEBDEV page.
Principle for running threads
At runtime, an application runs in a main thread......
Managing the users of an application installed in network
The management of users allows you to find out from the server......
List of extension attributes
The list of extension attributes ......
ocrOption (Type of variable)
The ocrOption type is used to define all the general options of the native OCR (Optical Character Recognition) system.
Obtaining an SSL certificate for IIS7 (or later)
To get an SSL certificate for IIS 7 (and later), the different steps are as follows:...
Telemetry: Installing the server
To use the telemetry, you must install on a computer......
Creating an Android widget
Widgets are small applications that can be displayed on the home screen of phones or tablets......
How to loop through a file using filters?
Telemetry: Method used to send data
Telemetry data is sent to the server regularly and is processed by the server every 2 hours......
Creating a report
The report editor allows you to easily create all types of reports via a wizard......
User Groupware and LDAP
The LDAP protocol is increasingly used by the companies......
Non-modal management of a window
The window that opens another window is called parent window ; the windows opened by the parent window are called child windows......
GesturePosX (Function)
Returns the horizontal position of the pointer (finger or stylus).
Project description: Languages tab
The project description window allows you to configure various elements of your project......
Bar code constants
Sending and receiving emails
WINDEV, WEBDEV and WINDEV Mobile allow you to directly manage the emails from your applications......
dSaveImage (Function)
dSaveImage is kept for backward compatibility.
CustomMenu
The CustomMenu allows you to create a custom menu in the menu bar of WINDEV, WEBDEV and WINDEV Mobile......
DateToInteger (Function)
Converts a date to an integer.
MatReadColumn (Function)
Reads the value of all the elements found in a matrix column.
MatReadLine (Function)
Reads the value of all elements found in a matrix row.
Conditions for using a .NET assembly
Before using a .NET assembly, a specific configuration is required......
Environment of the window editor
The main elements of window editor are as follows:
Creating a WINDEV SOAP Server application
The SOAP Server application is an application containing all the procedures to run......