ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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....
Event (Function)
Intercepts a Windows event on a control, a group of controls or a WINDEV window.
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.
Selection conditions of a query
The selection conditions of records are applied to the items used in the queries......
Report based on a query
Queries are used to easily select records in one or more data files......
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....
HTTPRequest (Function)
Starts an HTTP request on a server.
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....
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.
SaaS administrator - Adding a client
Adding a SaaS client account is used to make a SaaS site available to the users......
History of versions
The history of setup versions is an advanced feature of the network setup......
Report based on a data file
A report based on a data file is used to print the records coming from a single data file (HFSQL Classic or Client/Server, accessed via a Native Access, ......
PythonExecute (Function)
Executes a function present in a Python module.
WEBDEV administrator: Installed sites
The "Sites" tab gives information about the dynamic WEBDEV sites installed on the computer......
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....
Sort order of records found in a select query
To make the result of a query easier to read, the records can be sorted according to one or more items......
hScheduledTask (Type of variable)
The hScheduledTask type is used to manage a scheduled HFSQL Client/Server task through programming......
ArraySeekByProcedure (Function)
Seeks an element in a one-dimensional WLanguage array by using a comparison procedure.
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
Dynamic array (Type of variable)
A dynamic array is an "advanced" type of array...
Error: Redefinition of syntax
The '<method>' methods of the '<derived class>' class and of the '<base class>' class do not have the same prototype......