ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TableListChild (Function)
Lists the "children" of a node and the "child" elements of these "children" in a TreeView Table control.
Using the WINDEV windows from the Java source codes
WINDEV can be used to generate windows for a Java application......
ReplicInitialize (Function)
Initializes or reinitializes a replication defined by the replication editor (ReplicEdit).
zipChangePath (Function)
Modifies the stored path of a file in an archive (in ZIP, WDZ or 7z format).
docElementLink (Type of variable)
The docElementLink type is used to get the advanced characteristics of a Link element in a docElement variable.
Menu management functions
List of functions for managing menus...
Multilingual project
Thread management functions
List of functions for managing threads...
GanttAddLink (Function)
Creates an "End to Start" link between two tasks displayed in a Gantt Chart column found in a Table (or TreeView Table) control.
Constants for managing emails
List of constants used by the functions for managing emails....
emailPOP3Session (Type of variable)
The emailPOP3Session type is used to access a messaging server by using the POP3 protocol (Post Office Protocol) in order to retrieve the messages found on this server.
emailIMAPSession (Type of variable)
The emailIMAPSession type is used to access a messaging server by using the IMAP protocol (Internet Access Message Protocol) in order to retrieve the messages found on this server.
UI compilation errors
UI compilation errors indicate the possible problems detected in your interfaces whenever a window, a page or a report is saved or whenever the project is recompiled......
WDConver : Use in interactive mode
Before you start using WDConver, you must have......
InKioskMode (Function)
Indicates whether the Android application is in kiosk mode.
MatRead (Function)
Reads the value of a matrix element.
grSourceSeries (Function)
Defines the source of a series.
SNMPLoadMIB (Function)
Loads a MIB file in memory and analyzes it.
Manipulating Map controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically manipulate Map controls....
GPSEnd (Function)
Indicates the end of the use of geolocation functions.
Dialog (Function)
Displays a message box and returns the value of the button clicked by the user.
Telemetry: Installing the server
To use the telemetry, you must install on a computer......
SysIMEI (Function)
Returns the IMEI number of an Android phone.
Programming patterns
CAUTION......
FTPConnect (Example)
Usage example of the FTPConnect function