ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HReadSeekLast (Function)
Sets the position on the last record whose value for a specific item is less than or equal to a sought value (exact-match search).
HOnError (Function)
Customizes the management of HFSQL errors.
HReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.
Including JavaScript files or a Web resource
WEBDEV allows you to include Javascript files or external resources in a WEBDEV project......
Appendix 2: Checking the server
Bloque entièrement ou partiellement un fichier externe....
3. Site development life cycle
HOut (Function)
Used to find out whether the record on which you want to be positioned is located outside the data file, filter, view or query.
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.
HFound (Function)
Checks whether the current record corresponds to the current filter or search.
HDescribeFile (Function)
Describes a data file programmatically.
HDeactivateFilter (Function)
Temporarily disables the filter on a data file (view or query).
WINDEV Mobile concepts
HFilterContains (Function)
Defines and enables a "Contains" filter on a data file, view or query.
Creating a WINDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
HReadFirst (Function)
Sets the position on the first record according to a browse item.
HReadNext (Function)
Sets the position on the next data file record according to a browse item.
Creating an executable: Managing manifests
When running an executable, Windows Vista (and later) performs several checks regarding the rights of the current user via the UAC mechanism (User Account Control)......
HActivateFilter (Function)
Enables the filter that was previously created for the specified data file (view or query).
3. Application development cycle
Development cycle of a WINDEV application....
Using the Google Maps service
The Google Maps service is an Internet mapping software proposed by Google......
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
Using Java code
You can use Java code: in Java applications generated with WINDEV. in Android applications generated with WINDEV Mobile. This allows you to create global procedures in Java....
Managing Google calendars
The Google Calendar service is an Internet application provided by Google that is used to manage a calendar on Internet......
Reintegrating text into a project
All the text form the translation file can be reintegrated into a project......
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.