ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

13. Generation modes
HRetrieveItem (Function)
Returns the content of an item found in the current record (in the data file, view, query, ...).
JSON (Type of variable)
The JSON type makes it possible to simplify actions on data in JSON format.
Software Factory
The concept of software factory is used to automate the process for creating applications....
9. Generation modes
WINDEV Mobile includes different types of generation......
Available features and specific features of Java
WINDEV allows you to generate a Java application without even knowing the Java language......
WINDEV 2024 Tutorial - Table of contents
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.
Decrypt (Function)
Decrypts a character string that was encrypted by Encrypt.
fRead (Example)
Usage example of the fRead function
Constants for managing errors and exceptions
List of constants used by the functions for managing errors and exceptions....
Calendar (Type of variable)
The Calendar type is used to handle a calendar (or organizer) associated with a user account or found on the device.
HReadSeek (Function)
Sets the position on the first record whose value for a specific item is greater than or equal to a sought value (generic search).
Keyboard Variable (Using physical keyboards on Android)
The Keyboard variable makes it possible to retrieve the parameters of the events of a physical keyboard......
Convert (Function)
Converts a numeric value into a binary string in order to perform a search on a numeric key.
Encrypt (Function)
Encrypts a character string in binary format or in ASCII format.
Changing an application to 64-bit
WINDEV allows you to develop 64-bit applications......
ExecuteMainThreadAsynchronous (Function)
Executes a procedure in the main thread of the application without waiting for the end of its execution.
AWP without UI
Bootstrap, Angular, React, Vue......
Events associated with the project
List of events associated with the project...
LOOP statement
The statement block is repeated endlessly...
HExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.
ExecuteMainThread (Function)
Triggers the execution of the procedure specified in the main application thread.
xmlDocument (Type of variable)
The xmlDocument type is used to handle an XML file.
jQuery (Function)
Runs a JavaScript method (or several chained methods) of the jQuery library on a page element.