ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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....
Overloading a WLanguage function or using a WLanguage function in an SQL query
WLanguage includes the "WL" keyword......
HOpenConnection (Function)
Opens a connection to a specific database.
fWebDir (Function)
Returns the physical name of the directory containing the images, the JavaScript files and the Java files of the WEBDEV site.
JSONExecuteExternal (Function)
Calls an external server URL that returns data in JSON format (JavaScript Object Notation).
Charset (Property)
The Charset property is used to: Get the character set used by a Font variable. Change the character set used by a Font variable. Get the character set used by an HFSQL data file....
RegistrySetValue (Function)
Writes a value to a key in the Windows registry.
Native Access Connector
This type of Native Connector allows access to ACCESS databases for better interoperability purposes......
Optimizing the query execution
The query editor allows you to optimize the execution speed of one or more queries......
ControlAlias (Function)
Gets, modifies or restores the data binding to a control or group of controls.
12. Retrieving data from a site
GDPR: an audit of data
A new GDPR audit is available to easily identify and monitor personal data in a WINDEV, WEBDEV or WINDEV Mobile application......
Importing an HTML page into a WEBDEV site
WEBDEV allows you "suck up" the existing HTML pages......
ExeRun (Function)
Executes a program (an executable file, for example) from the current application.
URLEncode (Function)
Encodes a URL with a sub-set of ASCII characters.
Characteristics of a toolbar
The main characteristics of a "Toolbar" control are configured in the "Details" tab and in the "UI" tab of the description window of control......
Including a supercontrol in a window or in a page
5. Modal, non-modal or MDI windows
Modal, non-modal or MDI windows...
System constants
List of constants used by the system functions....
HFSQL Control Center: Managing scheduled elements
You have the ability to define scheduled elements on the HFSQL server....
hScheduleMaterializedView (Type of variable)
The hScheduleMaterializedView type is used to programmatically manage a task for recalculating the data of a scheduled materialized view on an HFSQL server.
PopupDisplayPage (Function)
Displays a WEBDEV page as a popup in the current page with a DDW (Dim Disabled Windows) effect.
fCopyFile (Function)
Copies one or more files (regardless of their attributes).
WDTrans: Cancel the operations performed on a transaction file
If a transaction is in progress, cancels all operations performed on the files in transaction since the start of transaction......
Handling an iFrame control through programming
WEBDEV allows you to handle an iFrame control by programming......