ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Generating and deploying 64-bit applications
WINDEV allows you to automatically generate and install a 64-bit application.
How to create and run an SQL query through programming?
This help page explains how to create and run an SQL query through programming....
SCM: Renaming or changing a computer
During the development phase, you may have to work on different computers......
Minute (Property)
The Minute property is used to: Retrieve the minutes from a Time or DateTime variable, or the number of minutes from a Duration. Change the minutes in a Time or DateTime variable, or the number of minutes in a Duration. Retrieve the minutes or the number of minutes from a Date item (in "Date and Time" or "Duration" format) or from a Time item. Modify the minutes or the number of minutes in a Date item (in "Date and Time" or "Duration" format) or in a Time item....
Handling a database from a Java application
You can start developing your application as soon as the WINDEV project is defined as being a Java project......
SCM: Migrating projects
When changing the version of the development tool, the projects found in the SCM must be migrated to this new version......
HFreeQuery (Function)
Free the resources of a query (after the call to HExecuteQuery or HExecuteSQLQuery).
HMode (Function)
Changes the mode and the method for locking tables.
HRecordToXML (Function)
Retrieves the structure and the value of the current record and exports them into a character string in XML format.
HExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.
HSeek (Function)
Positions on the first record of the table whose value for a specific item is greater than or equal to a search value (generic search by default).
HJSONToRecord (Function)
Imports JSON data into the current record.
HDeactivateAutoFilter (Function)
Disables an automatic filter on the linked files when browsing an XML file.
SCM: Project version changes
When several projects share elements in the same SCM, version changes of WINDEV, WEBDEV and WINDEV Mobile projects......
Time (Property)
The Time property enables you to: Retrieve the time from a DateTime variable. Modify the time in a DateTime variable. Retrieve the time from in a Date item (in "Date and Time" format) Modify the time in a Date item ("Date and Time" format)....
HInitSubscriber (Function)
Initializes the range of automatic identifiers for the description file of subscriber replica (".RPL" extension).
HState (Function)
Used to find out the state of a record.
PageFromSource (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL table described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
HExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.