ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Declaring the functions of the Windows API
Syntax for declaring the functions of the Windows API...
WorkingDirectory (Property)
The WorkingDirectory property is used to: get or change the directory used by the HTML Editor control to store the images and CSS sheets of an HTML page. get the directory used by the HTML Display control to store the images and CSS sheets of an HTML page. get the directory used by the Camera control to save photos and videos....
EmailReadLast (Function)
Reads the last incoming email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
How to set focus to a window control?
This help page presents the different methods that can be used to set focus to a window control....
Creating an application that manages the Euro
The method for creating an application supporting the switch to the Euro is as simple as the method for creating a WINDEV application....
WDSQL: Creating and running a script
A script is a set of SQL commands used to perform a specific operation (create a new table in the database, insert records, ......
IMAP protocol
The IMAP protocol is a standard protocol for managing emails......
EmailReadPrevious (Function)
Reads the email found before the current email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
Test of a query
The query editor allows you to run the test of query result......
WLanguage procedure called by DeepLinkProcedure
WLanguage procedure ("callback") called by DeepLinkProcédure when the user clicks a deep link with a target URL associated with the application.
Sub-query
A sub-query is a query whose result is used by another query......
AppControl (Function)
Enables (or disables) the remote control for the current multi-user WINDEV application. This is an advanced function.
ERR_TIMEOUT_REQUEST
The request did not respond within the timeout ( seconds). ERR_TIMEOUT_REQUEST (22)...
Language (Property)
The Language property is used to get and change the language used.
Protocol (Property)
The Protocol property is used to identify and change the protocol used.
FontName (Property)
The FontName property is used to manage the name of the font used.
Line (Property)
The Line property is used to define the line style used.
Error 705: The property does not exist on this type
Remote WEBDEV administrator: Server parameters
The server administrator can define the server parameters via the remote administration tool......
SOCKS5 protocol
SOCKS5 is a simple network protocol intended to standardize the use of proxies for applications......
Handling an Image Editor control through programming
WINDEV allows you to handle an Image Editor control through programming......
The Dashboard control
Dashboards are essential elements in an application......
LargeIcon (Property)
The LargeIcon property is used to define the large icon used in notifications
FontSize (Property)
The FontSize property is used to manage the size of the font used for an element.
Pull to refresh (Android/iOS): Window, Table and Looper controls
The "Pull to refresh" feature allows the user to "pull" a Table control, a Looper control or a window in order to refresh its content......