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.
Business rules
WINDEV, WEBDEV and WINDEV Mobile allow you to manage the business rules......
Constant
The constants are language elements whose value is fixed once and for all...
iCreateFont (Function)
Creates a new print font.
14. PHP generation in practice
Report based on an SQL query with data accessed via a connection (ODBC, etc.)
A report based on an SQL query with data accessed via a connection can print records from a database accessible via a specific ODBC driver or via a Native Connector......
The source code manager
WINDEV, WEBDEV and WINDEV Mobile propose a sophisticated Source Code Manager......
EmailReadPrevious (Function)
Reads the email found before the current email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
String functions
List of functions for managing character strings...
WBSetup: Managing additional languages
The "WBSetup" project corresponds to the standard setup program of WEBDEV sites......
HourglassNetwork (Function)
Displays or hides an endless gauge in the title bar of Android application windows .
Installing a Webservice (old format)
Global and local variable
Two types of variables are available......
Using Facebook authentication
Facebook is the world's most popular social network. It is commonly used by companies to reach their customers......
Reuse code via external components
WINDEV Tutorial: External components Reusing code with external components - 40 min
Using WDDIXIO
To translate the text used in your project:...
16. Java applications in practice
Java applications in practice...
Generating an application for Universal Windows 10 App
Break in a report
The break is used to group the records corresponding to a sort criterion......
Creating a combining query
A combining query (corresponding SQL statement: UNION) ......
MatCreate (Function)
Creates a matrix containing 0 row and 0 column.
Creating the link buttons in the windows of a WINDEV RAD pattern
NetClientMessageBox (Example)
Usage example of the NetClientMessageBox function
Server code/Browser code
WEBDEV allows you to create static pages and dynamic pages......
Choosing the languages supported by the application
The choice of languages supported by the WINDEV or WINDEV Mobile application or by the WEBDEV site is performed at several levels......
Sharing the popup menus in the project
In most cases, several popup menus are included in your applications......