ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HDelete (Function)
Deletes a record from a data file (query or view).
DnDIsDataAvailable (Function)
Checks whether a specific type of data is available during Drag/Drop....
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....
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....
HFilter (Function)
Defines and enables a filter on a data file, view or query.
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).
HLast (Function)
Sets the position on the last record of a data file according to a browse item.
Deploying a Java archive
Like for any application, WINDEV allows you to create a setup program for a Java application......
Properties available in Java
WINDEV allows you to generate a Java application without even knowing the Java language......
Creating a Java project
WINDEV allows you to generate a Java application without even knowing the Java language......
Testing a Java project and compiling it
When your Java application is developed, you can run the test of the Java project and compile it before creating the archive......
HIndex (Function)
Rebuilds the file index (".NDX" file).
Deploying an application via App Store
Deployment to the App Store is the most common deployment mode......
HErrorStatusModification (Function)
Returns the status of a record during a modification conflict.
HReadFirst (Function)
Sets the position on the first record according to a browse item.
CoordinateScreenToEditor (Function)
Converts a size or a position specified in the native dpi of the screen on the device where the application is run to the reference dpi in the editor (160 dpi).
WDINT setup
Managing the groups and users (HFSQL Client/Server)
To simplify the management of users and groups of users, the HFSQL Client/Server engine uses several variables allowing you to easily define the characteristics of groups and users......
HReadNext (Function)
Sets the position on the next data file record according to a browse item.