ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Communicating with the Web user
From now on, with the new Web technologies, the sites can look more like Windows applications and display dialog boxes...
<Cell>.CloseDialog (Function)
Hides the Cell control previously displayed in the page via <Cell control>.DisplayDialog.
<Cell>.DisplayDialog (Function)
Displays a Cell control in a page with a DDW effect (Dim Disabled Windows). This function is used to easily simulate a dialog box in browser code, by using a Cell control in a page.
NFC: Transferring data
NFC (Near Field Communication) is a wireless communication technology at short range and high frequency used to exchange data (named "tag") between two devices or between a device and a bullet even at short distance (few centimeters)......
sysNotification (Type of variable)
The sysNotification type is used to define all the advanced characteristics of an interactive system notification.
Managing the synchronization
For each action performed in a page, the mechanism for page synchronization automatically checks the synchronization......
iOS 14 widget windows
An iOS application with an iOS widget configuration can contain one or more iOS 14 widget windows......
"Test results" pane
The "Test results" pane shows the results of the different stand-alone tests in a project......
HCheckStructure (Function)
Defines the mode for comparing data files.
ThreadExecute (Function)
Starts the execution of a secondary thread.
dPoint (Example)
Usage example of the dPoint function
2. Performance profiler
WINDEV Tutorial: Optimizing a project Lesson 2 - Performance profiler - 15 min
AFTER
Runs a process only after a given procedure has been executed, and continues to execute the current code while waiting for this procedure to end.
AS/400: Development method
The Native AS/400 Connector simplifies access to AS/400 data from your WINDEV and WEBDEV applications......
Internal procedure
Several features require a procedure called once or several times via a WLanguage function ("Callback")....
Creating a Java project
WINDEV allows you to generate a Java application without even knowing the Java language......
Java application and WINDEV
A Java application is an application entirely compiled in Java......
JavaExecute (Function)
Starts a Java application or a Java applet by invoking the "Main" method of a given Java class.
EmailRemoveFolder (Function)
Deletes a folder from the Outlook messaging software or from an IMAP server.
MyWindow (Reserved word)
MyWindow is used to handle the current window...
HTransactionInterrupted (Function)
Used to find out whether a transaction was interrupted (the transaction was neither validated nor canceled).
grInfoXY (Function)
Returns information about the series found at a specific chart point.
SessionHeartBeatEnable (Function)
Enables or disables the "heartbeat" of the current session.
Tips for developing a site for an iPhone or for a BlackBerry
WEBDEV allows you to develop sites for all types of devices......
LDAP constants
List of constants used by the LDAP functions....
SysIconModify (Function)
Modifies the icon file and/or the hover text of the icon in the taskbar (lower-right corner of the screen)....
HDescribeServerTrigger (Function)
Adds or modifies a server trigger.
RedisPipelineReset (Function)
Ignores the results of the execution of a Redis command that was added by RedisPipelineAdd.