ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

OCRExtractText (Function)
Reads the text contained in an image.
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.
Gantt Chart functions
The following WLanguage functions are used to manage the Gantt charts......
Reset (Function)
Reinitializes: all the controls found in the current window or page (including the groups of controls, the supercontrols and the internal windows). the controls found in a group of controls, a supercontrol, an internal window or an internal page....
SQLExecWDR (Function)
Runs the SQL code of a query created in the query editor.
Camera control: decoding the bar codes (prefix syntax)
In iOS and Android, the bar codes can be decoded via the Camera control by BCCapture......
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....
KanbanAddCard (Function)
Adds a card to a list in a Kanban control.
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)....
Native SQL Server Connector: Retrieving the output value of a stored procedure
The Native SQL Server Connector is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......
Native Sybase Connector: Output value of a stored procedure run on the server
The Native Sybase Connector (also called Native Sybase Access) is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
The Button control
The Button control allows the user or the Web user to run a specific action with a simple click......
Using Java code
You can use Java code: in Java applications generated with WINDEV. in Android applications generated with WINDEV Mobile. This allows you to create global procedures in Java....
Creating a report
The report editor allows you to easily create all types of reports via a wizard......
FOR EACH/FOR ALL statement (loop through files)
The FOR EACH statement is used to run different types of HFSQL loops...
ToastDisplay (Function)
Displays a "Toast" message.
Replication of HFSQL servers (Programming)
To implement a replication of HFSQL servers through programming, WLanguage......
HNotifAddCCRecipient (Function)
Adds recipients for the notifications 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.
HNotifListCCRecipient (Function)
Returns the list of recipients of a notification sent via the Control Centers (WDBal messaging tool).