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.
Group (Property)
The Group property is used to: find out whether the control belongs to a group of controls. If the control belongs to one or more groups, the Group property can be used to identify these groups of controls. associate a control with a group of controls....
Alignment options
To optimize the alignment of controls in a window, page or report, you have the ability to use the alignment options......
OKCancel (Function)
Displays a message in a standard dialog box that proposes "OK" and "Cancel" and returns the user's choice....
<ANSI String type>.Contains (Function)
Allows you to check if a substring is within a string.
Functions for managing objects (External language)
Handling Sidebar controls programmatically
WINDEV and WINDEV Mobile allow you to handle Sidebar controls programmatically......
Contains (Function)
Allows you to check if a substring is within a string.
SQL commands available in an SQL query
WINDEV allows you to easily run queries in SQL code......
NetClientMessageBox (Function)
Displays a dialog box on each client computer connected to the server. This function is kept for backward compatibility....
Confirm (Function)
Displays a message in a standard dialog box that proposes "Yes", "No", "Cancel" and returns the user's choice....
HErrorLock (Function)
Used to check whether a lock error occurred.
Programming charts (prefix syntax)
WINDEV, WEBDEV and WINDEV Mobile include a Chart control (that can be used in the window editor, page editor and report editor) as well as several functions used to create and handle charts......
sComputeCrc32 (Function)
Calculates the Cyclical Redundancy Check (CRC) of buffer.
HErrorDuplicates (Function)
Used to check whether a duplicate error occurred.
HErrorIntegrity (Function)
Used to check whether an integrity error occurred.
AppDetectUPDAvailable (Function)
Disables or customizes the automatic check for available updates.
Yes,No (External language)
Displays a dialog box that includes a logo, a message and the "Yes" and "No&quot buttons.
TwainSelectSource (Function)
Displays a standard dialog box used to list the different Twain devices available on the current computer.
Standard dialog boxes
The dialog boxes are standard windows that allow you to communicate with the user......
Deploying an application via App Store
Deployment to the App Store is the most common deployment mode......
Events associated with Combo Box controls
List of events associated with Combo Box controls...
The ListView control
The ListView control is used to display a list of graphic elements (images, logos, etc....
Responsive Web Design: Management of anchors
In "Responsive Web Design" mode, the width of controls is automatically reduced when the browser width is reduced......
Handling controls in a report
The different operations available for the report controls are as follows......
Configuring the IIS 7/7.5 server