ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HLast (Function)
Sets the position on the last record of a data file according to a browse item.
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
WDInst: Customizing the setup program
The setup editor WDInst proposes a standard setup program......
Android 10: Modifying the behavior of applications
Starting with Android 10, Google no longer allows an application running in the background to open a window
Project Management Hub: Overview
The Project Management Hub is used to organize and schedule a project, from design to delivery......
2. Analysis in practice
Describing the Action Bar control
This help page presents the main aspects of the Action Bar description window......
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.
SQLFirst (Function)
Positions on the first row of the query result.
HFirst (Function)
Sets the position on the first record of a data file according to the specified browse item.
HPrepareSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the database server in order to optimize the next executions of this query.
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
Differences and specific features of an HFSQL Client/Server application
The management mode of data files may have to be adapted when using an HFSQL Client/Server application......
XMLOut (Function)
Used to find out whether the element (tag or attribute) on which we want to be positioned is outside the XML document.
Image (Property)
The Image property gets and sets the background image of a control or block.
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......
Classes, members, methods and properties
A class is made of......
iPrintBlock (Function)
Forces a report block to print.
EmulateInput (Function)
Performs an input by emulation in a control while checking whether this control is an editable control.
HBackward (Function)
Moves backward several records from the current position in the data file, according to a specified item.
HListItem (Function)
Returns the list of items: found in a data file ( a query or a view) known to the HFSQL engine. The data files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account. found in a Record variable....
Automatic assisted universal replication
The automatic assisted replication is used to easily implement a replication on an existing application......
WLanguage procedure called by FTPListFile
Procedure ("Callback") called by FTPListFile for each file found.
5. User Groupware in practice