ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

1. Managing emails
WINDEV includes multiple methods to manage emails...
WX file
The "Executable Name".WX file is used to manage some features directly, even if these features have not been included in the application. This file is found beside the executable....
How to create and run an SQL query through programming?
This help page explains how to create and run an SQL query through programming....
RequestRefreshUI
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event).
Creating anchors
The anchors are used to define specific points in a help page......
Creating requirements
The following steps must be performed to implement the requirements......
Installing the monitoring robot
The monitoring robot includes three executables......
Creating an executable: WINDEV framework
Each WINDEV function is associated with a WINDEV DLL......
Android Widget windows
An Android application can contain one or more Widget windows......
DashDisplay (Function)
Refreshes elements in a Dashboard control.
ThreadSendSignal (Function)
The current thread sends a signal to the specified thread in order to unlock it.
Automatic procedures
The programming of timers, threads and delayed procedures is now automatically managed by the environment......
FTPConnect (Function)
Connects the current computer to an FTP server (File Transfer Protocol).
Sharing your source code with the SCM
WINDEV Tutorial - An SCM for WINDEV Sharing your source code with the SCM - 30 min
Replication server for the assisted universal replication
The assisted universal replication can use a replication server......
IMAP protocol
The IMAP protocol is a standard protocol for managing emails......
Conditions for using the Ad control
The Ad control is using the AdMob SDK....
FTPDate (Function)
Returns the different dates of a file (date the file was created, modified or accessed) located on an FTP server (File Transfer Protocol).
CookieRead (Function)
Retrieves the value of a cookie saved on the computer of Web user.
AndroidActivityResultProcedure (Function)
Allows you to specify the procedure to be called to get the result returned by a third-party Activity.
WLanguage procedure called by FTPListFile
Procedure ("Callback") called by FTPListFile for each file found.
HCloseConnection (Example)
Usage example of the HCloseConenction function
TableItemStatus (Function)
Returns the status of a node in a Treeview Table control: collapsed, expanded or not found.
FTPAttribute (Function)
Identifies the attributes of a file found on an FTP server (File Transfer Protocol).
Creating a Java project
WINDEV allows you to generate a Java application without even knowing the Java language......