ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The Check Box control
A Check Box can correspond to...
CheckBoxInsert (Function)
Inserts a new option into a Check Box control.
CheckBoxCount (Function)
Returns the number of options found in a Check Box control.
State "form with input": input in a PDF form
The report editor can be used to create form reports, which include different controls allowing users to enter data...
<Check box>.Insert (Function)
Inserts a new option into a Check Box control.
CheckBoxDelete (Function)
Deletes an option from a Check Box control.
<Check Box>.Count (Function)
Returns the number of options found in a Check Box control.
<Check box>.Add
Adds a new option into a Check Box control.
<Check box>.Delete (Function)
Deletes an option from 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...
CheckBoxAdd (Function)
Adds a new option into a Check Box control.
AnchorRateHeight (Property)
The AnchorRateHeight property is used to: Find out the vertical anchor rate of a control. Modify the vertical anchor rate of a control....
iOS specific buttons
WINDEV Mobile includes several standard Apple buttons......
Managing emails with "Simple MAPI"
Simple MAPI simplifies the management of emails received by the hosting provider......
Functions for managing Map controls (prefix syntax)
The following functions are used to manage Map controls via prefix syntax...
The Upload control
The Upload control is used to upload files on the Web server......
AI in the code editor
WINDEV, WEBDEV and WINDEV Mobile include a series of AI-based features......
WEBDEV element styles
Controls from a WEBDEV project are associated with WEBDEV styles......
Live Data: view data in editors
The "Live Data" is used to view the content of the data files in the controls currently created in the different editors of the product used (window editor, page editor, report editor, ......
The Table control
The Table allows users to easily view and enter data stored in memory or from a table, view or query......
Parameters of a procedure with a variable number of parameters
When the procedure uses a variable number of parameters, you must be able to handle the different parameters passed to the function in the code of the procedure....
The Linear Looper control
A Linear Looper control is used to display a set of controls in a horizontal scrolling list......
MinHeight (Property)
The MinHeight property is used to get and change the minimum height of a control or window.
Configuring the "Relative duration" mask (date and time in natural language)
WINDEV, WEBDEV and WINDEV Mobile propose to use a "Relative duration" display mask for the Date controls......
VideoParameter (Function)
Returns or modifies the value of a parameter for the device camera. Function kept for "Version-26-compatible" Camera controls....
CameraParameter (Function)
Returns or modifies the value of a parameter for the device camera. Function kept for "Version-26-compatible" Camera controls....
WinEditMode (Property)
The WinEditMode property is used to determine and configure the actions allowed on a window and its controls when the window switches to "Allow end users to modify the UI" mode.
Scheduler control properties
A Scheduler control can be manipulated in WLanguage both in a window and in a page with the following properties....
Bar Code control properties
Bar Code controls can be manipulated using different WLanguage properties......
MinWidth (Property)
The MinWidth property gets and sets the minimum width of a control or window.