ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Event (Function)
Intercepts a Windows event on a control, a group of controls or a WINDEV window.
Report based on a query
Queries are used to easily select records in one or more data files......
Array (Type of variable)
An array is a structured type that is used to group a set of elements of the same type...
GPSDetectPosition (Function)
Asks to be notified when the device gets close to a given location.
Translating a text file with WDTRAD
SOAP web services: Import and consumption
WINDEV, WEBDEV and WINDEV Mobile allow you to directly import web services into your applications......
EmailUpdate (Function)
Updates the messages of MS Exchange according to the email server.
TwainToClipboard (Function)
Allows you to: copy the document coming from the Twain device into the clipboard. view the document coming from the Twain device in the user interface of device....
Selection conditions of a query
The selection conditions of records are applied to the items used in the queries......
TwainToControl (Function)
Allows: view the document coming from the Twain device in an Image control. view the document coming from the Twain device in the user interface of device....
Creating and using a REST Webservice
A REST WebService is a program hosted on a server containing functions accessible via HTTP requests......
Using Kotlin code
Kotlin is a programming language mainly used for Android development......
Items used in a select query
A query created in the query editor can contain several types of items......
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....
Clone (Function)
Constructs a copy of a class instance: An object of the actual class of the class instance is allocated. The members of the class instance are copied to the members of the new object....
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
HPrepareSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the database server in order to optimize the next executions of this query.