ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating an automatic help
The Automatic Application Features (AAF) allow you to add features to your application without having to write a single line of code......
<hdfsConnection variable>.CreateDirectory (Function)
Creates a directory on a Hadoop server.
<hdfsConnection variable>.CloseConnection (Function)
Closes a connection to a Hadoop server.
<hdfsConnection variable>.OpenConnection (Function)
Opens a connection to a Hadoop server.
<websocketClient variable>.Disconnect (Function)
Disconnects a client from a WebSocket server.
WebSocketDisconnect (Function)
Disconnects a client from a WebSocket server.
<Connection variable>.DescribeServerTrigger (Function)
Adds or modifies a server trigger.
<Connection variable>.InfoServer (Function)
Returns the specified information about the server.
<Connection variable>.ModifyServerProperty (Function)
Modifies the properties of an HFSQL server.
NotesOpenConnection (Function)
Establishes a connection to a Domino server.
LDAPDelete (Function)
Deletes an object from the LDAP server.
LDAPFind (Function)
Performs a search in an LDAP server.
<gglConnection variable>.Delete (Function)
Deletes data from the Google server.
FTPFileExist (Function)
Checks the existence of a file on an FTP server.
3. Test of a WINDEV Mobile application
By testing the project you can simulate how the application will run....
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.
Tab order in a window, a page, etc.
The tab order of the controls found in a window or in a page describes the order in which the controls take focus in a window when the user presses the [Tabulation] key......
Monitoring robot: Configuring the robot parameters
From the monitor, you can change the configuration options......
Using C# code
You can use C# code in WINDEV applications (Windows applications and components, .NET assemblies......
Software Factory
The concept of software factory is used to automate the process for creating applications....
Diagram Editor (WEBDEV): Features
The Diagram Editor control includes many features accessible via......
Monitoring robot: Configuring the Robot controller parameters
From the monitor, you can change the configuration options......
sComputeCrc16 (Function)
Checks a character string before and after transmission between WINDEV applications and WEBDEVsites.
BTLE functions (prefix syntax)
The following functions are used to handle the Bluetooth Low Energy devices:...
ON (Reserved word)
The ON keyword is used exclusively in the automated tests generated by WINDEV and WEBDEV.