ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Limitations of WINDEV, WEBDEV and WINDEV Mobile
AssistedInputAdd (Function)
Adds a row to the list of values available in the autocomplete suggestions of an Edit control.
FOR EACH/FOR ALL statement (browse of arrays)
The FOR EACH statement is used to perform different types of browse on the arrays...
<Kanban>.AddCard (Function)
Adds a card to a list in a Kanban control.
Camera field: decode barcodes (prefix syntax)
In iOS and Android, bar codes can be decoded via the Camera control using BCCapture......
Input masks and display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
Brochure des nouveautés 2024 : Nouveautés communes
Nouveautés de WINDEV/WEBDEV/WINDEV Mobile 2024 présentes dans la brochure des Nouveautés 2024....
External language: Programming in Visual Basic
We are going to call the elements developed in WINDEV (project, windows, database schema, ......
Distributing Reports & Queries
This help page presents the operations that must be performed in order for a WINDEV application to be handled by Reports & Queries......
MemoryToFile (Function)
Automatically initializes the memory value of the items for the current file record with the values of the members of a class or structure.
SQLExecWDR (Function)
Runs the SQL code of a query created in the query editor.
"Project explorer" pane
The "Project explorer" pane is used to simplify the development environment of WINDEV, WEBDEV and WINDEV Mobile......
AppointmentDelete (Function)
Deletes: the current appointment from the calendar of a Lotus Notes or Outlook messaging. an appointment from the calendar found on a mobile device (Android/iOS)....
HTransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.
HTransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
Optional events
By default, the codes available in the code editor correspond to the most common codes......
KanbanAddCard (Function)
Adds a card to a list in a Kanban control.
HNotifAddCCRecipient (Function)
Adds recipients for the notifications sent via the Control Centers (WDBal messaging tool).
ToastDisplay (Function)
Displays a "Toast" message.
HNotifListCCRecipient (Function)
Returns the list of recipients of a notification sent via the Control Centers (WDBal messaging tool).
HNotifListEmailRecipient (Function)
Returns the list of recipients for a notification by email.
HNotifConfigure (Function)
Specifies and configures the server used to send notifications by the HFSQL server.