ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HIndex (Function)
Rebuilds the file index (".NDX" file).
Creating a Java archive
When your Java application is developed, you can......
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......
HLast (Function)
Sets the position on the last record of a data file according to a browse item.
HErrorStatusModification (Function)
Returns the status of a record during a modification conflict.
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
Deploying an application via App Store
Deployment to the App Store is the most common deployment mode......
HFilterStartsWith (Function)
Defines and enables a "Start with" filter on a file, view or query.
HFilterIncludedBetween (Function)
Defines and enables an "Included between" filter on a file, view or query.
WLanguage code coloring
The code editor includes a coloring system for the different elements in WLanguage code....
Logical Data Model (LDM)
A Logical Data Model (LDM) is used to describe the data structures (files, items, ......
Data model editor: types of links
Several types of links can be found between the files......
Modifying the values displayed in the result of a select query
In the result of a select query, you have the ability to only display......
HPrevious (Function)
Positions on the previous file record according to a browse item.
HVersion (Function)
Used to find out: whether the content of a file was modified. whether the content of a file used by a query was modified....
HAdd (Function)
Adds: the record found in memory into the data file (query or view). the record found in a Record variable into the data file (query or view)....
HChangeKey (Function)
Changes the browse item.
HCreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....
Available features and specific features of Java
WINDEV allows you to generate a Java application without even knowing the Java language......
HNext (Function)
Sets the position on the next data file record according to a browse item.
Creating a WINDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......