ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Java application and WINDEV
A Java application is an application entirely compiled in Java......
HFilter (Function)
Defines and enables a filter on a table, view or query.
HOnError (Function)
Customizes the management of HFSQL errors.
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......
Month (Property)
The Month property is used to: Retrieve the month from a Date or DateTime variable. Modify the month in a Date or DateTime variable. Retrieve the month from a Date item (in "Simple date" or "Date and Time" format) Modify the month in a Date item (in "Simple Date" or "Date and Time" format)...
HBackward (Function)
Moves backward several records from the current position in the data file, according to a specified item.
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....
HForward (Function)
Moves several records forward from the current position in the data file, according to a specified item.
HReadLast (Function)
Sets the position on the last record of a data file according to a browse item.
HReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.
HDescribeFile (Function)
Describes a table programmatically.
HDeactivateFilter (Function)
Temporarily disables the filter on a table (view or query).
HOptimize (Function)
Used to handle the idle periods of a software (period without processes) to optimize the queries and the browses that will be run thereafter.
OCRDetectTextArea (Function)
Returns all text areas of an image without reading the text.