ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Deploying an application via App Store
Deployment to the App Store is the most common deployment mode......
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....
HFilterIncludedBetween (Function)
Defines and enables an "Included between" filter on a file, view or query.
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.
Properties available in Java
WINDEV allows you to generate a Java application without even knowing the Java language......
Ad Hoc deployment
HNext (Function)
Sets the position on the next table record according to a browse item.
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)....
HExportXLS (Function)
Exports records from a table (HFSQL or OLE DB), view or query to an Excel file (XLSX).
HExportCSV (Function)
Exports the records found in a table (HFSQL or OLE DB), a view or a query to a CSV file.
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....
HPrevious (Function)
Sets the position on the previous record of the table according to a browse item.
How to?