ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Analysis editor: the different types of sections
The different types of items proposed in the data model editor are as follows:
ContactNext (Function)
Reads the contact after the current contact in a Lotus Notes or Outlook address book.
MessTranslate (Function)
Retrieves a message found in the code of a program in the current language.
fCopyFile (Function)
Copies one or more files (regardless of their attributes).
"Clickable" image in a window
WINDEV and WINDEV Mobile give you the ability to use clickable images......
Error 30: An exception process cannot be declared inside another exception process...
zipExtractAll (Function)
Extracts all files from an archive and decompresses them.
zipMsgError (Function)
Returns the message associated with an error code on an archive.
zipDeleteAll (Function)
Deletes all files from an archive.
ContactPrevious (Function)
Reads the contact before the current contact in a Lotus Notes or Outlook address book.
zipOpenCAB (Function)
Opens an existing archive in CAB format.
I work as a developer: How to manage my tasks and my schedule?
The Control Centers in WINDEV, WEBDEV and WINDEV Mobile include many tools to help developers manage their schedules and the different associated tasks......
Handling Spreadsheet controls programmatically (in a window)
Spreadsheet controls can be handled programmatically......
Push notifications: format of notifications (Android and iOS)
An application written in WINDEV Mobile Android or iOS can receive Push notifications......
WEBDEV and Google Analytics
Google Analytics is a very popular tool for measuring site traffic......
Handling Native Container controls programmatically
The Native Container control returns an handle/identifier......
Handling files on an FTP server
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another......
Code style
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc....
CustomMenu
The CustomMenu allows you to create a custom menu in the menu bar of WINDEV, WEBDEV and WINDEV Mobile......
HReadNext (Function)
Sets the position on the next data file record according to a browse item.
Color constants
The color constants are mainly used in the chart functions, the print functions and the drawing functions......
SpreadsheetSelectWorksheet (Function)
Selects a worksheet (identified by its name) in a Spreadsheet control.
RandomCryptoBuffer (Function)
Returns a buffer to the specified size filled with random data, that can be used with the cryptographic technologies.
RandomCryptoInteger (Function)
Returns a random number that can be used with the cryptographic technologies.
EmailExportHTML (Function)
Retrieves the HTML code of an email to display it in an HTML control (HTML control, HTML Display control, etc.).
RegexReplace (Function)
Replaces all the parts of a string that follow a specific format.