ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Check box>.Insert (Function)
Inserts a new option into a Check Box control.
CheckBoxInsert (Function)
Inserts a new option into a Check Box control.
Programming a status bar
WINDEV allows you to handle a status bar and a cell found in a status bar through programming......
CheckBoxAdd (Function)
Adds a new option into a Check Box control.
Error 107: Redefinition of the parameter
The triggers
A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ......
SCM: Adding an element to the repository
When an element is added to the SCM (Source Code Manager) repository, it is added to the reference project on the SCM server......
Static Text control properties
List of properties associated with a Static Text control...
Query creation mode: independent or embedded query
The query editor proposes two methods for creating a query......
DialogAsynchronous (Function)
Displays a non-blocking message box and calls a WLanguage procedure with the value of the button clicked by the user.
Debugging without debugger
In some cases, running a program or a site with or without the debugger can produce different results......
Internal procedure
Several features require a procedure called once or several times via a WLanguage function ("Callback")....
Using the query result
The result of a select query can be used in......
Accessing a database in local mode (SQLite)
WEBDEV allows a site to create and access a database created by the browser on the computer of the Web user in browser code....
Handling Sidebar controls programmatically
WINDEV and WINDEV Mobile allow you to handle Sidebar controls programmatically......
Aligning elements in a List Box or Combo Box control
There are different methods to align the elements in a List Box or Combo Box control......
InterpretAmpersand (Property)
The InterpretAmpersand property is used to determine and change how the '&' character is interpreted in: the caption of a Static control. the elements of a List Box control. the elements of a Combo Box control. the values of a column in a Table control....
Events associated with a Slider control (WEBDEV)
WINDEV manages the following events by default (in the order in which they appear in the code editor) for the Linear Slider controls and for the Range Slider controls...
Events associated with a Spreadsheet control
Events associated with a Native Container control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor)...
CheckBoxCount (Function)
Returns the number of options found in a Check Box control.