ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DnDCacheData (Function)
Indicates the type of data and the data to copy/move during Drag/Drop....
HDuplicateRecord (Function)
Duplicates the record read in a data file: the record found in memory is added into the data file (query or view).
HSetTransaction (Function)
Enables or disables the management of transactions for one or more files.
HFirst (Function)
Sets the position on the first record of a data file according to the specified browse item.
HCross (Function)
Crosses a record in a data file.
HListFullTextIndex (Function)
Returns the list of full-text indexes of a file (a query or a view) recognized by the HFSQL engine.
HLockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
HChangeConnection (Function)
Dynamically changes the connection associated with a data file.
HChangeDir (Function)
Changes the path to a data file (i.e. directory in which the file will be handled).
HCreation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
HStatTime (Function)
Returns the time of the last update for the index statistics.
HStatDate (Function)
Returns the date of the last update for the index statistics.
HDelete (Function)
Deletes a record from a data file (query or view).
HListItem (Function)
Returns the list of items: found in a data file ( a query or a view) known to the HFSQL engine. The data files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account. found in a Record variable....
DnDIsDataAvailable (Function)
Checks whether a specific type of data is available during Drag/Drop....
HFilterIdentical (Function)
Defines and enables a filter used to find the exact value of a string item.
HTransactionFree (Function)
Transforms all the records "in transaction" into "Normal" records if these records do not belong to a transaction currently in progress.
HListKey (Function)
Returns the list of keys found in a file (query or view) recognized by the HFSQL engine.
HListLink (Function)
Returns the list of links (Merise) in the current analysis or in a specific analysis
DnDEvent (Function)
Indicates the procedure to run during an event of Drag/Drop....
The Context Menu control (WEBDEV)
Context menus are often used in websites......
HExportCSV (Function)
Exports the records found in a data file (HFSQL or OLE DB), a view or a query to a CSV file.
HExecuteView (Function)
Runs a view that was created beforehand (can be used to refresh the view data for example). This function uses the former view mechanism.
HStatCalculate (Function)
Performs various statistical calculations on the file keys.
HExportXLS (Function)
Exports records from a data file (HFSQL or OLE DB), view or query to an Excel file (XLSX).