ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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......
HErrorStatusModification (Function)
Returns the status of a record during a modification conflict.
WindowFromSource (Function)
Automatically initializes the controls of a window with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
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).
Deploying an application via App Store
Deployment to the App Store is the most common deployment mode......
WDINT setup
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....
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......
HFilterStartsWith (Function)
Defines and enables a "Start with" filter on a file, view or query.
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.
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.
Displaying a different content on each row
In a Looper control, a different content can be assigned to the Table, Chart, List Box and TreeView controls......
Analysis links
The links are used to link the files found in an analysis between themselves......
Generating the analysis
The analysis generation comes before the programming phase and after the file description phase......
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......
Java application and WINDEV
A Java application is an application entirely compiled in Java......
OCRExtractTextBlock (Function)
Returns all the text blocks of an image.
Deploying the application for iPhone/iPad
To be able to test and/or deploy the application on a device (iPhone or iPad), you must enroll in the iOS Developer Program....