ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.
HActivateAutoFilter (Function)
Enables an automatic filter on the linked files when browsing an XML file.
HourglassNetwork (Function)
Displays or hides an endless gauge in the title bar of Android application windows .
Report based on a Scheduler control
A report based on a Scheduler control is used to directly print the information displayed in the Scheduler control......
Developing 64-bit sites
You can deploy 64-bit compatible sites......
HCompareItem (Function)
Compares two values by sorting them according to the specified HFSQL index item: all the sort options specified for the item are taken into account (sensitivity to the case, to the punctuation, sort direction, Unicode language, ...).
HSetLog (Function)
Enables or disables log management on a file.
HSetMemo (Function)
Used to modify the management mode of memo items.
HCheckStructure (Function)
Defines the mode for comparing data files.
HChangeLocation (Function)
Modifies the search mode of physical data files (.FIC, .NDX, ...).
HRecordDate (Function)
Returns the date and time of the last write operation performed on a record in an HFSQL file (Classic or Client/Server)....
ERR_NO_PROJECT
Private Store for mobile applications
There are two methods two deploy your applications......
Component and SCM
WINDEV, WEBDEV and WINDEV Mobile allow you to easily create and publish components......
Millisecond (Property)
The Millisecond property is used to: Retrieve the number of milliseconds from a Time, DateTime or Duration variable. Modify the number of milliseconds in a Time, DateTime or Duration variable. Retrieve the milliseconds or the number of milliseconds from a Date item (in "Date and Time" or "Duration" format) Modify the milliseconds or number of milliseconds in a Date item ("Date and Time" or "Duration" format)...
HPrepareQuery (Function)
Initializes a query and declares this query to the database server in order to optimize the next executions of this query.
HEndNoModif (Function)
Unlocks a file that was locked by the same program with HNoModif.
HFlush (Function)
Forces the operating system of the computer where the data files are found to write data onto the disk.
In64bitMode (Function)
Indicates whether the code is run in 64-bit mode or not.
HNoModif (Function)
Forbids all the modifications on a data file (for all the programs, including the one that requested the no-modification policy).
HRecNum (Function)
Returns: the number of the current record in the HFSQL data file. the number of the current record in the HFSQL view....
HReset (Function)
Initializes: one or all variables of file items with their default values. one or all items of a Record variable with their default values....
HSecurity (Function)
Enables or disables the automatic security mechanism on one or more data files.
HSortView (Function)
Sorts an HFSQL view by creating an index on a view item. This function uses the former view mechanism.
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.