ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SQL functions that can be used in SQL queries
The following SQL functions can be used on the queries written in SQL code (classified by theme)......
AJAXExecute (Function)
Runs a server procedure without refreshing the page.
Generating SQL scripts
The content of an analysis can be exported in the format of SQL scripts for a specified database (SQL Server, Oracle, ......
3. Debugger
gpwForgottenPassword (Function)
Runs an action to retrieve or change the password of a user.
13. Debugger
ExecuteDelayedProcedure (Function)
Runs a delayed procedure (in the WEBDEV application server).
ActionPlanExecute (Function)
Runs an instance of the action plan in the software factory.
MCIExecute (Function)
Runs an MCI command (Media Control Interface).
AJAXExecuteAsynchronous (Function)
Runs a server procedure without refreshing the page.
Client/Server transactions: Available isolation modes
The HFSQL engine proposes to isolate the transactions......
Check: Connectivity to the external databases (by ODBC)
The monitoring robot will attempt to connect to an external database (MySQL, SQL Server, ......
CallInterface (Function)
Runs a method of an interface of an object implemented in a DLL external to the WINDEV framework.
Hash functions
Hashing is used to summarize a file or a character string......
Database access: summary
WINDEV and WEBDEV support different SQL query execution modes depending on how the database was accessed.......
Application triggers
...A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ...) on a record of a data file....
<Array>.DeleteAll (Function)
Deletes all elements: from a one-dimensional or two-dimensional WLanguage array. from an associative array. from the advanced array property (array of gglCalendar events, ...). from a WLanguage queue. from a WLanguage stack. from a WLanguage list....
jQueryExecute (Function)
Runs a JavaScript method of the jQuery library on a page element.
RecorderAction (Function)
Runs an action on the recorder or dictaphone found on the current device.
MongoExecuteCommand (Function)
Runs a generic command on a MongoDB database or on a MongoDB collection.
CheckAnyFalse (Function)
Returns True if at least one element of an array is False.
<Array>.AnyFalse (Function)
Returns True if at least one element of an array is False.
ExecuteAAF (Function)
Runs an Automatic Application Feature (AAF) on a control or window.
DotNetRunXML (Function)
Runs a procedure on a server for .Net XML Web services.
Query
A query is used to interrogate a database in order to view, insert, modify or delete data......