ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SQLExecWDR (Function)
Runs the SQL code of a query created in the query editor.
SOAP web services: create, generate and deploy
WINDEV and WEBDEV allow you to generate web services directly......
Events associated with the project
List of events associated with the project...
Linux application: Tips and tricks
In Windows/Linux multi-configuration applications, several limitations may appear: control not supported, functions not available, ......
ListSeek (Function)
Searches for an element in a List Box, ListView or Combo Box control (including the values described by gStoredValue).
NotifPushEnable (Function)
Enables the management of push notifications in a WINDEV Mobile application (Android or iOS).
HFSQL Client/Server functions
Several HFSQL functions are used to manage the HFSQL Client/Server data......
HStatNbRec (Function)
Returns the number of entries for a given key item.
WDAdminHF: Server management
During the connection to the remote HFSQL administrator, you must specify the HFSQL server that will be taken into account......
Enlarging a window or page
Modern UIs generally use larger windows, pages and fonts......
Screen,Get (External language)
Retrieves the value in a control or in a variable.
Native SAP ASE Connector for WINDEV and WEBDEV
WINDEV and WEBDEV offer an optional Native SAP ASE Connector......
HSortView (Function)
Sorts an HFSQL view by creating an index on a view item. This function uses the former view mechanism.
BitwiseOR (Function)
Returns the result of the bitwise OR operation performed between two values.
Install WDTRAD
WDTRAD is automatically installed along with WDMSG and/or WDINT....
Remote WEBDEV administrator: Error message management
By default, when an error occurs in a dynamic WEBDEV site, an error message is displayed in the browser of the Web user....
SQLTransaction (Function)
Begins, commits or rolls back a transaction: on the files of a database opened by SQLConnect, on the files of a database opened by a connection (OLE DB or Native Access/Native Connector) described in the data model editor or by HOpenConnection....
1. Project audits
WINDEV Tutorial: Optimizing a project Lesson 1 - Project audits - 15 min
Report based on a data file
A report based on a data file is used to print the records coming from a single data file (HFSQL Classic or Client/Server, accessed via a Native Access, ......
UI modifiable by the end user
By default, WINDEV applications allow end users to modify the interface of the application......
HCreateMasterReplica (Function)
Creates the description file of a Master Replica (logged replication or universal replication).
HConnect (Example)
Usage example of the HConnect function