ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HFilterIncludedBetween (Function)
Defines and enables an "Included between" filter on a file, view or query.
Deploying a Java archive
Like for any application, WINDEV allows you to create a setup program for a Java application......
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.
Properties available in Java
WINDEV allows you to generate a Java application without even knowing the Java language......
HChangeDir (Function)
Changes the path to a table (i.e. directory in which the file will be handled).
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......
HFSQL Client/Server: Configuring the server
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.
HListLink (Function)
Returns the list of table bindings (Merise type) present: in the current database schema, in ongoing database schemas (projects with multiple database schemas). in a specific database schema....
HListKey (Function)
Returns the list of keys in a table (query or view) recognized by the HFSQL engine.
HFilterStartsWith (Function)
Defines and enables a "Start with" filter on a file, view or query.
HChangeKey (Function)
Changes the browse item.
HAdd (Function)
Adds: the record found in memory into the table (query or view). the record found in a Record variable into the table (query or view)....
HIndex (Function)
Rebuilds the file index (".NDX" file).
HStatCalculate (Function)
Performs various statistical calculations on the file keys.
HNext (Function)
Sets the position on the next table record according to a browse item.