ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

JavaExecute (Function)
Starts a Java application or a Java applet by invoking the "Main" method of a given Java class.
DnDAccept (Function)
Indicates the action accepted by the target of Drag/Drop and manages the mouse cursor during Drag/Drop....
LogMethod (Property)
The LogMethod property is used to: find out the log mode used for a data file (file defined in the data model editor or through programming). define the log mode used for a data file (when the file is described through programming)....
ImageYPos (Function)
Returns the vertical position (Y) of the mouse cursor in relation to the specified Clickable Image control.
USING IN (Critical section)
The statement USING ... IN makes it possible to automatically perform initialization and ending operations on critical sections.
xmlNode (Type of variable)
The xmlNode type is used to handle a node of an XML document.
Modified (Property)
The Modified property is used to determine if a control or group of controls has been modified by the user (keyboard or mouse input).
Runtime error management functions
List of functions for managing runtime errors...
<TimeLine>.ChangeMode (Function)
Modifies the period (which means the number of seconds, milliseconds, microseconds, ...) displayed by a TimeLine control.
<emailIMAPSession variable>.AddFolder (Function)
Adds a folder into the messaging software using IMAP (Internet Message Access Protocol), ...
MQTT functions (prefix syntax)
The following functions are used to manage MQTT clients...
TimelineChangeMode (Function)
Modifies the period (which means the number of seconds, milliseconds, microseconds, ...) displayed by a TimeLine control.
WDStatistics: Using WDStatistics
WDStatistics can be used once the log files have been imported......
MenuInvisible (Function)
Makes a menu option invisible (popup menu or drop-down menu).
grDestinationEMF (Function)
Defines a meta file as chart destination (EMF means Enhanced Meta File).
fMIMEType
Returns the type of file according to the MIME standard (Multipurpose Internet Mail Extensions).
Using the WINDEV windows from the Java source codes
WINDEV can be used to generate windows for a Java application......
In-App purchases
The mobile systems (Android/iOS) allow their applications to propose content at extra cost, by using the payment system of App Store or Google Play......
Printing in PDF
WINDEV, WEBDEV and WINDEV Mobile allow you to create a PDF file during a print......
HTransactionIsolation (Function)
Configures the isolation mode of transactions for a connection to an HFSQL server.
Compression (Property)
The Compression property gets and sets the data compression mode.
Replication (Property)
The Replication property is used to identify and change the replication mode.
TreeGetIndex (Function)
Returns the index of an element (node or leaf) in a TreeView control.
InDeviceOwnerMode (Function)
Indicates whether the Android application is in "Device owner" mode.
HourGlass (Function)
Transforms the mouse cursor into hourglass (and conversely). In Android and iOS, displays an endless progress bar in a window....