ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Creating and handling an item
The main operations that can be performed on an item are as follows......
The Check Box control
A Check Box can correspond to......
Defining colors in Table controls
The colors of a Table control (row background, text of rows, etc.) are defined in the control description......
Query creation mode: independent or embedded query
The query editor proposes two methods for creating a query......
Database schema editor: Link description
The links are used to link the tables described in a database schema between themselves......
Server triggers
Server triggers are stored procedures executed by the server before or after a write operation performed on a database file......
Report data source
...The reports can be created with the data coming from:...
Report based on a Table control
A report based on a Table control is used to directly print the information displayed in the Table control (based on a data file or populated programmatically)......
Voice commands in your applications
The applications that you develop can react to the user's voice......
6. Multilingual applications
iOutputInfo (Type of variable)
The iOutputInfo type is used to get the details of a report print or export job, or the details of a print job performed programmatically from the report viewer.
Importing and exporting a WEBDEV Application Server
WEBDEV Account Manager allows you to easily import and export the WEBDEV Application Server configuration......
WLanguage procedure called by NearbyShareAcceptConnection (Data reception)
WLanguage procedure ("callback") called by NearbyShareAcceptConnection when the entire file (or buffer) is received. This procedure provides information on the type and content of data transferred.
HFSQL Client/Server: Scheduled optimization
Scheduled optimization is a mechanism for automatically optimizing your database......
Setup in MSI format
You can create MSI installers......
Materialized view
...A materialized view is a physical data source defined by an SQL query....
Empty (Property)
The Empty property is used to determine if: a Looper, Table, List Box or Combo Box control is empty. The field can be a file or memory field. a Chart control contains no series. a report control is empty (control linked to an item). an array (or an associative array) contains no element. an element of an associative array exists or not. a queue, a list or a stack contains no element....
Binding a Slider control to an item
A Slider control can be bound to an item in a table, query, etc....