ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HNext (Function)
Sets the position on the next data file record according to a browse item.
Creating and testing a query with parameters
Regardless of the query type (Select, Insert, Delete, Update) and regardless of its creation mode (with the wizard or by SQL directly), you have the ability to use parameters. The name of the parameter is specified when creating the query....
Creating an executable: Data file directory
Two types of directories can be configured when creating the executable......
nWDEvaluate: Evaluating the value of an element
Evaluating the value of an element......
HErrorStatusModification (Function)
Returns the status of a record during a modification conflict.
Check: Connectivity to HFSQL Client/Server
The monitoring robot will try to connect to a HFSQL Client/Server server......
SCM: Management of branches
The management of branches is used to manage several versions of the same application in parallel......
Writing an email
Writing an email in WLanguage consists in filling the email structure of WLanguage......
ERR_OUT_OF_MEMORY
Insufficient memory to perform the operation. ERR_OUT_OF_MEMORY (13)...
Tutorial
A tutorial is supplied with WINDEV, WEBDEV and WINDEV Mobile......
Filling a Chart control
The data that will be displayed in the Chart control can come from......
Salesforce functions (prefix syntax)
List of Salesforce functions (prefix syntax)...
WDConver : Use in interactive mode
Before you start using WDConver, you must have......
HFilterIncludedBetween (Function)
Defines and enables an "Included between" filter on a file, view or query.
Image with automatic sequence (WEBDEV)
...Image controls with automatic sequence are used to view a series of images located in one or more site directories. The images are automatically browsed....
Debugging without debugger
In some cases, running a program or a site with or without the debugger can produce different results......
Manipulating Combo Box controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically manipulate Combo Box controls......
WDAdminHF: Scheduled task
The remote HFSQL administrator is used to define the scheduled tasks......
HFilterStartsWith (Function)
Defines and enables a "Start with" filter on a file, view or query.
Data model editor: Describing a connection
Any program developed with WINDEV, WEBDEV or WINDEV Mobile can easily access......
Authentication via Active Directory
Kerberos is an authentication mode based on the use of tickets and secret keys......
HBackward (Function)
Moves backward several records from the current position in the data file, according to a specified item.
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).
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....
Procedure/Function
A procedure is used to associate an identifier with a statement block......