ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Kanban control events
The following events are associated with Kanban controls......
SQLExecWDR (Function)
Runs the SQL code of a query created in the query editor.
Analysis: Import files into the analysis (external database, HFSQL files, etc.)
WINDEV and WEBDEV allow you to easily handle external databases (Oracle, SQL Server, Access, etc....
SEO-ready page in session mode
In WEBDEV, there are two methods to develop a site......
Events associated with the Map control
WINDEV, WINDEV Mobile and WEBDEV manage the following events by default (order of appearance in the code editor)...
Event (Function)
Intercepts a Windows event on a control, a group of controls or a WINDEV window.
HNext (Function)
Sets the position on the next data file record according to a browse item.
PythonExecute (Function)
Executes a function present in a Python module.
Constants for managing Scheduler and TimeLine controls
The following constants are used to manage Scheduler and TimeLine controls:...
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.
ODBCSQLCode (Property)
ODBCSQLCode is used to: Find out the SQL code of the "query performed on a connection" (data source of report). Modify the SQL code of the "query performed on a connection" (data source of report)....
HNbRec (Function)
Returns the number of records in a file, query or HFSQL view: active records, crossed records, deleted records, etc.
HDelete (Function)
Deletes a record from a data file (query or view).
Constants for managing the User Groupware
List of constants used by the functions for managing the User Groupware....
Map control functions
Map control functions...
Project (External language)
Opens and runs a WINDEV project.
HDFS constants
The following constants are used by the HDFS functions:...
<Source>.DeclareExternal (Function)
Temporarily imports into the current analysis the description of a data file from an existing HFSQL data file.
ODBCDatabaseName (Property)
ODBCDatabaseName is used to: Find out the name of the database used when printing a report based on a "query performed on a connection". Specify the name of the database used when printing a report based on a "query performed on a connection"....
ODBCConnectionName (Property)
The ODBCConnectionName property is used to: Identify the name of the ODBC connection used when printing a report based on a "query performed on a connection". Specify the name of the ODBC connection used when printing a report based on a "query performed on a connection"....
NetworkConnect (Function)
Associates a drive with a shared network directory.
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).
Creating a WINDEV Mobile project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
SaaSAdminConnect (Function)
Connects and authenticates the administrator of the SaaS Webservice.
Telephony: Managing the incoming calls
The management of the incoming calls is performed in a specific "thread"....