ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

EmailNbMessage (Function)
Returns the number of incoming messages currently found: on the email server (POP3 protocol only). in the Outlook messaging software....
BTAcceptConnection (Function)
Used to find out whether a Bluetooth radio accepts (or not) the requests for connection coming from the devices.
ServiceModify (Function)
Modifies the configuration of a service according to the information given in the members of the Service variable.
EncryptStandard (Function)
Encrypts a character string or a binary buffer by using a symmetrical encryption algorithm (AES, DES, etc.)
25. Performing a process on several successive pages
Performing a process on several successive pages...
Customizing the guide
The guide is a powerful search engine included in WINDEV, allowing you to find all referenced documents about a subject......
HCancelAlias (Function)
Cancels an alias that was declared beforehand by HAlias.
DateTimeValid (Function)
Checks the validity of a date/time between January 01, 0001 at 0 hours 0 minutes 0 seconds 0 hundredths of a second and December 31, 9999 at 23 hours 59 minutes 59 seconds 99 hundredths of a second....
CoordinateEditorToScreen (Function)
Converts a size or a position specified in the reference dpi in the editor (160 dpi) to the native dpi of screen on the device where the application is run.
AutoBrowse (Property)
The AutoBrowse property is used determine if the browse operation performed in a List Box, Looper, Table or Combo Box control based on a data file is automatic or programmed.
StringToDate (Function)
Converts a date in character string format to a date in YYYYMMDD format.
Spreadsheet control properties
A Spreadsheet control and its cells can be handled in a window or in a report by the following WLanguage properties......
Unicode (Property)
The Unicode property is used to: Determine if the value of a control is a Unicode string. Specify whether the value of a control is a Unicode string....
ErrorWithTimeout (Function)
Displays a custom error message in a system error window for a set amount of time.
Language (Property)
The Language property is used to set the language used to compare and sort Unicode items (Unicode Text item or Unicode Text Memo item).
xlsDocument (Type of variable)
An xlsDocument variable is used to describe and modify an Excel document...
Cursor constants
List of constants used by the functions for managing cursors and the mouse...
SocketConnectSSL (Function)
Used to establish a secure connection to an SSL server.
User Groupware: Multilingual applications
If your application is a multilingual application, the multilingual feature must also be managed in the windows/pages of user groupware......
zipOpen (Function)
Opens an existing archive.
BeaconDetectBackground (Function)
Notifies the application when the device enters or leaves the transmission range of a set of Beacons.
zipAddDirectory (Function)
Adds all the files found in a directory and in its subdirectories into an archive and compresses them.
Organizer control linked to a data file or to a variable
You have the ability to create Organizer controls linked to data....
Constants for managing MongoDB databases
Constants used by the Mongoxxx functions...
How to open a page?