ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SQLExecWDR (Function)
Runs the SQL code of a query created in the query editor.
PageRefresh (Function)
Refreshes a page displayed in the user's browser from the context on the server....
Automatic procedures
The programming of timers, threads and delayed procedures is now automatically managed by the environment......
ReplicInitialize (Function)
Initializes or reinitializes a replication defined by the replication editor (ReplicEdit).
Key and referential integrity
In an analysis, the "Key" items are also used to manage the consistency of data (called referential integrity)......
The matrices
WINDEV, WINDEV Mobile and WEBDEV propose several functions used to handle matrices......
ArrayDeleteDuplicate (Function)
Deletes the duplicates from an array.
Sharing the popup menus in the project
In most cases, several popup menus are included in your applications......
Displaying an Active WEBDEV Page
An Active WEBDEV Page can be displayed......
SMSRunApp (Function)
Starts the native application for sending SMSs found on the device (Android or iPhone/iPad)....
SQLNext (Function)
Positions on the next row of the query result.
SQLPrevious (Function)
Positions on the previous row of the query result.
AJAXCallInProgress (Function)
Used to determine if the request being processed is an AJAX request.
SQLLast (Function)
Sets the position on the last row of the query result.
Developing a SaaS site
A SaaS site is developed as a standard WEBDEV site. Some additional operations must be performed......
API (Function)
Runs a function found in an external DLL.
Value (Property)
The Value property is used to get and change the value of an element.
MDIOpen (Function)
Opens and enables an MDI child window.
eDefaultViewCurrency (Function)
Identifies or modifies the display currency used by default.
eDefaultMemCurrency (Function)
Identifies or modifies the stored currency used by default.
Transactions in HFSQL Client/Server mode
To keep maximum compatibility between HFSQL Classic applications (single-user or multi-user) and HFSQL Client/Server applications, the transaction mechanism in HFSQL Client/Server mode is similar to the one in HFSQL Classic mode......
Report viewer: "Print" tab
The report viewer allows end users to view reports before printing them......
Remote WEBDEV administrator: Importing the statistics
The remote WEBDEV administrator proposes a module for managing the statistics. This module is used to import the statistics of a site....
RealToDateTime (Function)
Converts an 8-byte real to a date and time.
SemaphoreCreate (Function)
Creates a semaphore.