ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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....
HErrorStatusModification (Function)
Returns the status of a record during a modification conflict.
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.
HPrevious (Function)
Positions on the previous file record according to a browse item.
Ad Hoc deployment
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.
OCRExtractTextBlock (Function)
Returns all the text blocks of an image.
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......
HReadLast (Function)
Sets the position on the last record of a data file according to a browse item.
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)...
HFilter (Function)
Defines and enables a filter on a data file, view or query.
HBackward (Function)
Moves backward several records from the current position in the data file, according to a specified item.
HForward (Function)
Moves several records forward 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....
HReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.
HOnError (Function)
Customizes the management of HFSQL errors.
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.