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....
Using the Salesforce service
Salesforce is a very popular CRM software......
HFilterIncludedBetween (Function)
Defines and enables an "Included between" filter on a file, view or query.
HSeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal to a sought value.
HFilterStartsWith (Function)
Defines and enables a "Start with" filter on a file, view or query.
Handling files on Dropbox, Google Drive and OneDrive
Many drives can be used to store files......
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.
HCreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....
HReadSeekFirst (Function)
Sets the position on the first record whose value for a specific item is strictly equal to a sought value (exact-match search).
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.
Installing Native Sybase Connector for WINDEV and WEBDEV 2024
Management of Google documents
Google Docs and Google Spreadsheet are the online word processing and the online spreadsheet proposed by Google......
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......
The Kanban control
Originally, Kanban is a Japanese method aimed at improving processes for a better, more efficient production cycle....
Compiling and testing the help system
It is necessary to compile the help to create a file based on the information entered in the help editor......
HFilter (Function)
Defines and enables a filter on a data file, view or query.
HSeekLast (Function)
Sets the position on the last file record whose value for a specific item is less than or equal to a sought value.
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.
HReadLast (Function)
Sets the position on the last record of a data file according to a browse item.