ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SQLExec (Example)
Usage example of the SQLExec function
HSetDuplicates (Function)
Enables or disables the management of duplicates on a unique key.
HState (Example)
Usage example of the HState function
Error (Function)
Displays a custom error message in a system error window.
gLink (Function)
Adds an "invisible" value into an element found in a List Box or Combo Box control. Function kept for compatibility. It is recommended to use gStoredValue....
CompleteDir (Function)
Adds a backslash to the end of a string, if necessary.
Replication of mobile data (Android or iOS)
The assisted universal replication is available in Android and iOS......
Editing the WEBDEV style sheet
WEBDEV allows you to manage all the WEBDEV styles used in a project......
GanttTask (Type of variable)
The GanttTask type is used to define the advanced characteristics of a task for a Gantt chart.
List of reserved words
Native MariaDB Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose a Native Connector to MariaDB (also called Native Access)......
AuthToken (Type of variable)
The AuthToken type contains the characteristics of a token to access a web service.
New Features brochure - Version 27: New WINDEV features
New features in WINDEV 27 presented in the New Features brochure....
ErrorWithTimeout (Function)
Displays a custom error message in a system error window for a set amount of time.
Erase patches
To quickly modify the operating mode of an application, you can use application patches......
Type (Property)
The Type property is used to get and change the type of an element.
<Source>.ExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
SQLFirst (Function)
Positions on the first row of the query result.
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.
ExecutionMode (Function)
Allows you to: find out and/or modify the behavior of the application or site when some errors are generated. optimize the calls to the functions declared externally. find out and/or change how the application uses JITc. find out and/or modify the management mode of low references for all the instantiated objects....
SQLGetCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
xlsNbRows (Function)
xlsNbRows is kept for backward compatibility only.
HExecuteQuery (Example)
Usage example of the HExecuteQuery function
SQL selection conditions
To specify the selection conditions in an SQL query, you can use......
External language: Programming in Pascal
We are going to call the elements developed in WINDEV (project, windows, ......