ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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...
CheckBoxCount (Function)
Returns the number of options found in a Check Box control.
<Check Box>.Count (Function)
Returns the number of options found in 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....
Contains (Function)
Allows you to check if a substring is within a string.
<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......
SQL commands available in an SQL query
WINDEV allows you to easily run queries in SQL code......
Confirm (Function)
Displays a message in a standard dialog box that proposes "Yes", "No", "Cancel" and returns the user's choice....
NetClientMessageBox (Function)
Displays a dialog box on each client computer connected to the server. This function is kept for backward compatibility....
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.
TwainSelectSource (Function)
Displays a standard dialog box used to list the different Twain devices available on the current computer.
Yes,No (External language)
Displays a dialog box that includes a logo, a message and the "Yes" and "No&quot buttons.
Deploying an application via App Store
Deployment to the App Store is the most common deployment mode......
Standard dialog boxes
The dialog boxes are standard windows that allow you to communicate with the user......
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